enable python3 subpackage for EPEL7

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2019-12-17 14:09:22 +01:00
parent 2d2306a640
commit 8c2d16e3bd

View File

@ -16,7 +16,7 @@
%global with_python2 1
%endif
%if 0%{?fedora} || 0%{?rhel} >= 8
%if 0%{?fedora} || 0%{?rhel} >= 7
%global with_python3 1
%endif
@ -139,6 +139,7 @@ popd
(pythonN-pyelftools subpackages are still noarch)
- run readelf tests on x86_64 only for now
- rename binaries to conform to Python packaging guidelines
- enable python3 subpackage for EPEL7
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.25-5
- Rebuilt for Python 3.8.0rc1 (#1748018)