Skip to content

Commit

Permalink
update requirements to support matching global exclusions
Browse files Browse the repository at this point in the history
The match for dependency names is case sensitive, so change
"pastedeploy" to "PasteDeploy".

The match for dependencies takes the environment markers into account,
so add a marker for dnspython to restrict its use to python 2.7. There
is a dnspython3 package for use with version 3, and that can be added
separately as part of the python 3 porting work.

Change-Id: Ia2bb2e1846d734609ea9ff37d2ad1ffd37ced950
Depends-On: https://review.openstack.org/560109
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
  • Loading branch information
dhellmann committed Apr 10, 2018
1 parent 509d4b8 commit 9a865f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -2,11 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

dnspython>=1.14.0 # http://www.dnspython.org/LICENSE
dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
eventlet>=0.17.4 # MIT
greenlet>=0.3.1
netifaces>=0.5,!=0.10.0,!=0.10.1
pastedeploy>=1.3.3
PasteDeploy>=1.3.3
six>=1.9.0
xattr>=0.4
PyECLib>=1.3.1 # BSD
Expand Down

0 comments on commit 9a865f8

Please sign in to comment.