forked from rpms/python-rpm-macros
49ccad99b2
This reverts commit 1a6f8f12f8
.
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
# python3_pkgversion specifies the version of Python 3 in the distro. It can be
|
|
# a specific version (e.g. 34 in Fedora EPEL7)
|
|
%python3_pkgversion 3
|
|
|
|
# Set to /bin/true to avoid %ifdefs and %{? in specfiles
|
|
%__python3_other /bin/true
|
|
%py3_other_build /bin/true
|
|
%py3_other_install /bin/true
|