Stop disabling python dependency generator on RHEL 8

There's no harm in having duplicate Requires, so we might as well set a
good example and not disable it.
This commit is contained in:
Maxwell G 2022-07-16 20:50:51 -05:00
commit 08fbf34e09

View file

@ -18,7 +18,6 @@
BuildRequires: python%{python3_pkgversion}-rpm-macros
# RHEL 8's RPM Python dependency generator ignores the version constraints, so we manually specify the dependency.
%{?python_disable_dependency_generator}
Requires: %{ansible_core_requires}
%endif