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

ipasetup: fix dependencies handling based on python version #787

Closed
wants to merge 1 commit into from
Closed

ipasetup: fix dependencies handling based on python version #787

wants to merge 1 commit into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented May 15, 2017

On RHEL system ipasetup is failing:

ValueError: (":python_version>='3'", ['pyldap'])

Our RHEL re-implementation of setuptools logic should ignore python3
packages when python3 is not available.

https://pagure.io/freeipa/issue/6875

On RHEL system ipasetup is failing:
```
ValueError: (":python_version>='3'", ['pyldap'])
```

Our RHEL re-implementation of setuptools logic should ignore python3
packages when python3 is not available.

https://pagure.io/freeipa/issue/6875
@pvomacka pvomacka added the ack Pull Request approved, can be merged label May 16, 2017
@pvomacka
Copy link

Works for me.

@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label May 16, 2017
@MartinBasti
Copy link
Contributor Author

master:

  • bea7236 ipasetup: fix dependencies handling based on python version

ipa-4-5:

  • c49e146 ipasetup: fix dependencies handling based on python version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants