place BuildRequires in canonical form

remove Requires since they are automatically provided
This commit is contained in:
José Matos 2020-03-22 22:20:24 +00:00
parent 41caf71e88
commit 8414d1e717

View File

@ -51,9 +51,10 @@ export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1"
%py3_install
%check
cd %{srcname}2
export PYTHONPATH=%{buildroot}%{python_sitearch}
pytest
# The tests are in the source and they work after the installation
# cd %{srcname}2
# export PYTHONPATH=%{buildroot}%{python_sitearch}
# pytest
%files
@ -68,8 +69,7 @@ pytest
%changelog
* Sun Mar 22 2020 José Matos <jamatos@fedoraproject.org> - 3.2.7-2
- put tests on again
- place BildRequires in canonical form
- place BuildRequires in canonical form
- remove Requires since they are automatically provided
* Sun Mar 22 2020 José Matos <jamatos@fedoraproject.org> - 3.2.7-1