#17 Fix build on older distributions without Python 3 support
Merged by nphilipp. Opened by jkaluza.
jkaluza/modulemd master  into  master

Download 17.patch
no initial comment

Make that:

%if 0%{?fedora} > 21 || 0%{?rhel} > 7

"These are python 3 bindings."—while we're at it. :wink:

Make these 1) conditional and 2) use %global, not %define, as described in https://fedoraproject.org/wiki/EPEL:Packaging#Python

rebased

Hmm, do we need to BR: python3-setuptools below?

"- build without Python 3 support on older distributions that don't have it"?

rebased

Pull-Request has been merged by nphilipp

Metadata