From c8346cd10b5ff60f36f26dd4fd986ff47412be4591ffda1b269b946f1cedbd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Apr 2020 13:45:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screeninfo?expand=0&rev=2 --- python-screeninfo.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-screeninfo.spec b/python-screeninfo.spec index 315b29e..47d036b 100644 --- a/python-screeninfo.spec +++ b/python-screeninfo.spec @@ -24,11 +24,9 @@ Summary: Fetch location and size of physical screens License: MIT URL: https://github.com/rr-/screeninfo Source0: https://github.com/rr-/screeninfo/archive/%{version}.tar.gz#/screeninfo-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes -Suggests: python-Cython -Suggests: python-pyobjus +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -45,6 +43,9 @@ Python module to fetch location and size of physical screens. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# upstream does not provide any tests + %files %{python_files} %license LICENSE.md %doc README.md