|
|
|
@ -84,6 +84,12 @@
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# When packagers go against the Packaging Guidelines and disable the runtime
|
|
|
|
|
# dependency generator, we want it to fall back to only creating the python(abi)
|
|
|
|
|
# Requires instead of none at all.
|
|
|
|
|
#
|
|
|
|
|
# This macro is EPEL 8 only, as the pythondist dependency generator
|
|
|
|
|
# is already disabled by the default in RHEL.
|
|
|
|
|
%python_disable_dependency_generator() \
|
|
|
|
|
%undefine __pythondist_requires \
|
|
|
|
|
%{nil}
|
|
|
|
|