From e6314a0a93c04a8724ec980c841e1da3e4408f05 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 2 Jul 2013 14:21:26 +0100 Subject: [PATCH] Allow use of oslo.config-1.2.0a3 See bug #1194807 We add a new dev-requirements.txt file because we don't want anything not released to pypi to show up with the openstack pypi mirror which is built from requirements.txt and test-requirements.txt. Neutron and oslo-incubator already uses oslo.config 1.2.0a2. Nova used it briefly but we hit an issue. 1.2.0a3 contains a fix for a regression in the registration of the oslo namespace package, so it doesn't make sense to allow a2. Change-Id: I6f3eb5fd2c75615d9a1cae172aed859b36b27d4c --- dev-requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-requirements.txt diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 0000000000..c07520f652 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,12 @@ +# +# Use this file to list development versions of OpenStack libraries +# which have not yet been released to PyPI. +# +# By the time OpenStack projects are released, they should switch to +# versions of these libraries which have been released to PyPI. +# +# See also: +# https://wiki.openstack.org/wiki/Oslo#FAQs +# +-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 +oslo.config>=1.2.0a3