diff options
Diffstat (limited to 'repo/pip')
-rw-r--r-- | repo/pip/code_url.conf | 2 | ||||
-rw-r--r-- | repo/pip/extra-requirement-tar.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/repo/pip/code_url.conf b/repo/pip/code_url.conf index c3c90c4c..8d82875c 100644 --- a/repo/pip/code_url.conf +++ b/repo/pip/code_url.conf @@ -16,7 +16,7 @@ export GIT_URL="https://github.com/openstack/keystone.git \ https://github.com/openstack/heat.git \ https://github.com/openstack/python-heatclient.git \ https://github.com/openstack/aodh.git \ - https://github.com/openstack/python-aodhclient.git \ + https://github.com/openstack/python-aodhclient.git" export PIP_GIT_URL="https://github.com/openstack/congress.git \ https://github.com/openstack/python-congressclient.git \ diff --git a/repo/pip/extra-requirement-tar.txt b/repo/pip/extra-requirement-tar.txt index 6d70d563..46bcd98c 100644 --- a/repo/pip/extra-requirement-tar.txt +++ b/repo/pip/extra-requirement-tar.txt @@ -3,3 +3,4 @@ networking-odl==3.2.0 pymongo==3.0.3 +networking-sfc==3.0.0 |