diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-06-11 11:31:42 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-06-11 11:31:42 -0700 |
| commit | 6512994a97f3191a7030286b548f21b4b3866cab (patch) | |
| tree | 934b88792177aa14b3b6dc52d65383a658f810d9 | |
| parent | d00756acfd95785390132221edbdebe5f8c1599f (diff) | |
| download | python-ceilometerclient-6512994a97f3191a7030286b548f21b4b3866cab.tar.gz | |
Remove explicit distribute depend.
Causes issues with the recent re-merge with setuptools. Advice from
upstream is to stop doing explicit depends.
Change-Id: Ibcc84afe046cb3e3464423fdb81b7dc5edf9d06b
| -rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index c4ca04d..e825bb5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,6 @@ hacking>=0.5.3,<0.6 coverage>=3.6 discover -distribute>=0.6.24 fixtures>=0.3.12 mox>=0.5.3 python-subunit |
