Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./autogen --without-python3 should generate python2 package #15

Closed
dougsland opened this issue Nov 21, 2016 · 0 comments
Closed

./autogen --without-python3 should generate python2 package #15

dougsland opened this issue Nov 21, 2016 · 0 comments
Labels
Milestone

Comments

@dougsland
Copy link
Collaborator

Due static rule in spec, 'make rpm' is generating python2 for fedora or distro based on RHEL >= 8. Might be useful to users to still select python2.

Hits 1 from spec:
%if 0%{?fedora} || 0%{?rhel} >= 8
%global with_python3 1
%else
%global with_python2 1
%endif

Hint2:
We might create a AC_SUBS in configure.ac to determine the "%global python{NUMBER_VERSION} 1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant