]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Update build hooks.
authorRobert Collins <rbtcollins@hp.com>
Tue, 12 May 2015 19:49:15 +0000 (07:49 +1200)
committerRobert Collins <rbtcollins@hp.com>
Tue, 12 May 2015 22:58:08 +0000 (10:58 +1200)
commit276028cca26af573c14938255e40c58358eabd4a
treed9cf2a9cc46362ec55bc06d9f5692ed48996b28f
parent0425d27eea6f8d4ce66ec607567c2873e41ef525
Update build hooks.

The pbr setup_hook has not been needed for a while, so remove it.  The
neutron hook has been broken for a while: it places a setup_requires
build dependency on everything in neutron/__init__.py, which is
non-empty, but setup_requires is handled by easy install so we try
very hard to avoid it. Instead, we can use environment markers to
selectively include the win32 dependencies without requiring that
neutron be importable during setup.py execution. This is unusual
in OpenStack and will eventually be moved to a regular
requirements.txt dependency with the same marker - once we've finished
the integration work to make markers work properly in
requirements.txt.

Change-Id: Icdc403a3ccf06daeccf2a907a7bfeafd8dbbb5dd
neutron/hooks.py [deleted file]
setup.cfg
setup.py