python-rpm-generators/pythondist.attr
Anonymous_Z 565d6ca854 upgrade version to 12
(cherry picked from commit 44b24878c348cf3fba156e5f7fa2a6b54aa722a9)
2021-12-25 11:05:23 +08:00

4 lines
562 B
Plaintext

%__pythondist_provides %{_rpmconfigdir}/pythondistdeps.py --provides --normalized-names-format pep503 --package-name %{name} --normalized-names-provide-both --majorver-provides-versions %{__default_python3_version}
%__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires --normalized-names-format pep503 --package-name %{name} %{?!_python_no_extras_requires:--require-extras-subpackages} --console-scripts-nodep-setuptools-since 3.10
%__pythondist_path ^/usr/lib(64)?/python[3-9]\\.[[:digit:]]+/site-packages/[^/]+\\.(dist-info|egg-info|egg-link)$