[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-18 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/253 Title: #253: Add .eggs to Gitignore tiran commented: """ #255 takes care of .eggs and some other minor issues in setup.py. """ See the full comment at https://github.com/freeipa/freeipa/pull/253#issuecomment-261496632 -- Manage your subscriptio

[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-18 Thread tiran
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 doe

[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-18 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/253 Title: #253: Add .eggs to Gitignore pspacek commented: """ I'm using this script to build IPA: ~~~ rm -rvf ~/rpmbuild/{BUILD,BUILDROOT,SPECS,SOURCES,RPMS,SRPMS} mkdir -pv ~/rpmbuild/{BUILD,BUILDROOT,SPECS,SOURCES,RPMS,SRPMS} autoreconf -i ./config

[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-18 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/253 Title: #253: Add .eggs to Gitignore tiran commented: """ I can't reproduce the issue locally. What's inside your .eggs directory? It's used by setuptools.dist to cache install, build and test dependencies. It should not be generated in the first

[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-17 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/253 Title: #253: Add .eggs to Gitignore pspacek commented: """ @tiran Please provide me a ticket number which is linked to the commits which caused creation of .eggs. Thanks. """ See the full comment at https://github.com/freeipa/freeipa/pull/253#i