Drop obsolete filtering of provides from python modules
Use of %python_sitearch was triggering a warning about use of unversioned python command. But the whole stanza is unnecessary, those paths have been filtered by default for a long time.
This commit is contained in:
parent
172dc24840
commit
49036c5f94
@ -41,9 +41,6 @@ BuildRequires: python3-setuptools
|
||||
|
||||
URL: https://github.com/libpwquality/libpwquality/
|
||||
|
||||
# we don't want to provide private python extension libs
|
||||
%define __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\.so$.
|
||||
|
||||
%description
|
||||
This is a library for password quality checks and generation
|
||||
of random passwords that pass the checks.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user