URL: https://github.com/freeipa/freeipa/pull/253
Title: #253: Add .eggs to Gitignore

tiran commented:
"""
Ah, you don't have python-wheel installed. The package download is triggered by 
```setup_requires=["wheel"]```. I assumed that Fedora installs the wheel 
package with pip. Apparently it does not. Since RHEL and CentOS do not have a 
python-wheel package, we can't work fix the problem with a build requirement. I 
have to remove ```setup_requires```.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/253#issuecomment-261488060
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to