Discussion:
[Freeipa-devel] [freeipa PR#787][opened] ipasetup: fix dependencies handling based on python version
MartinBasti
2017-05-15 16:56:05 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Author: MartinBasti
Title: #787: ipasetup: fix dependencies handling based on python version
Action: opened

PR body:
"""
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
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/787/head:pr787
git checkout pr787
pvomacka
2017-05-16 08:18:49 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Title: #787: ipasetup: fix dependencies handling based on python version

Label: +ack
pvomacka
2017-05-16 08:33:06 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Title: #787: ipasetup: fix dependencies handling based on python version

pvomacka commented:
"""
Works for me.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/787#issuecomment-301713360
MartinBasti
2017-05-16 09:54:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Title: #787: ipasetup: fix dependencies handling based on python version

Label: +pushed
MartinBasti
2017-05-16 09:54:16 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Title: #787: ipasetup: fix dependencies handling based on python version

MartinBasti commented:
"""
master:

* bea7236b9c5a82db5d945a88103c0524a793a8a2 ipasetup: fix dependencies handling based on python version


ipa-4-5:

* c49e146a69a66cda894687f39f3d77ff3ad9c33b ipasetup: fix dependencies handling based on python version


"""

See the full comment at https://github.com/freeipa/freeipa/pull/787#issuecomment-301733213
MartinBasti
2017-05-16 09:54:19 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/787
Author: MartinBasti
Title: #787: ipasetup: fix dependencies handling based on python version
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/787/head:pr787
git checkout pr787

Loading...