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:
Zbigniew Jędrzejewski-Szmek 2022-02-16 17:10:43 +01:00
parent 172dc24840
commit 49036c5f94

View File

@ -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.