diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-04-07 18:24:27 -0400 |
|---|---|---|
| committer | Matthew Sherborne <msherborne@gmail.com> | 2013-05-07 18:38:53 +1000 |
| commit | cbe862603eaa7c08bc926208ba46d5ef927e2658 (patch) | |
| tree | 3ce89c9b27bee6ae219176cd7c294419110dd77c /tools | |
| parent | c1857d6f4fa432b1e708270cbd46aa19510902e1 (diff) | |
Transition from openstack.common.setup to pbr.
Declarative approach to packaging, obviates the need for copying files.
Also, removes the need for setup.py to import files from the nova
module.
./run_tests.sh now ensure's that nova.egg-info/entry_points.txt is up to
date before running tests.
Change-Id: I7b7a18e065a62491ade54fbed5d8400db1d4e6c7
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 3 | ||||
| -rw-r--r-- | tools/test-requires | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 05a103ee9..2b313584b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,3 +1,5 @@ +d2to1>=0.2.10,<0.3 +pbr>=0.5,<0.6 SQLAlchemy>=0.7.8,<0.7.99 Cheetah>=2.4.4 amqplib>=0.6.1 @@ -20,7 +22,6 @@ pyasn1 Babel>=0.9.6 iso8601>=0.1.4 httplib2 -setuptools_git>=0.4 python-cinderclient>=1.0.1 python-quantumclient>=2.2.0,<3.0.0 python-glanceclient>=0.5.0,<2 diff --git a/tools/test-requires b/tools/test-requires index 1318ecd9a..cb5d54bb3 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -12,6 +12,7 @@ pep8==1.3.3 pyflakes pylint==0.25.2 python-subunit +setuptools_git>=0.4 sphinx>=1.1.2 testrepository>=0.0.13 testtools>=0.9.27 |
