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