diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index ff1f1c2..26d8625 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 8 -Release: 18 +Release: 19 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base @@ -85,6 +85,9 @@ install -Dpm 755 %{SOURCE24} \ %changelog +* Tue Dec 22 2020 Miro Hrončok - 8-19 +- Define %%python_disable_dependency_generator + * Fri Sep 25 2020 Miro Hrončok - 8-18 - Add %%python3_platform_triplet and %%python3_ext_suffix - https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names diff --git a/macros.epel-rpm-macros b/macros.epel-rpm-macros index 078906b..012e8c6 100644 --- a/macros.epel-rpm-macros +++ b/macros.epel-rpm-macros @@ -82,6 +82,10 @@ end } +%python_disable_dependency_generator() \ +%undefine __pythondist_requires \ +%{nil} + # gpgverify verifies signed sources. There is documentation in the script. %gpgverify %{_rpmconfigdir}/gpgverify