diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-16 03:31:09 +0000 |
---|---|---|
committer | Davanum Srinivas <davanum@gmail.com> | 2016-01-17 17:41:47 -0500 |
commit | c8c4543d2f6e756b2415852ef66ef333915fee9d (patch) | |
tree | e6b26a7a27ac787766725f8ca8f0686f33d98241 /setup.cfg | |
parent | 543d577613a5ccc12f4482d9e2f9ce1f29db21b4 (diff) | |
download | oslo-db-c8c4543d2f6e756b2415852ef66ef333915fee9d.tar.gz |
Updated from global requirements
Change-Id: I94f7328437266d6dbaece5e6b2f21a0ea700064e
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -24,29 +24,29 @@ mysql = PyMySQL>=0.6.2 # MIT License # or oslo.db[mysql-c] mysql-c = - MySQL-python:python_version=='2.7' + MySQL-python:python_version=='2.7' # GPL # or oslo.db[postgresql] postgresql = - psycopg2>=2.5 + psycopg2>=2.5 # LGPL/ZPL # Dependencies for testing oslo.db itself. test = hacking<0.11,>=0.10.0 - coverage>=3.6 - discover + coverage>=3.6 # Apache-2.0 + discover # BSD doc8 # Apache-2.0 - eventlet>=0.17.4 - fixtures>=1.3.1 - mock>=1.2 - python-subunit>=0.0.18 - sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 + eventlet>=0.17.4 # MIT + fixtures>=1.3.1 # Apache-2.0/BSD + mock>=1.2 # BSD + python-subunit>=0.0.18 # Apache-2.0/BSD + sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 - testrepository>=0.0.18 - testtools>=1.4.0 - tempest-lib>=0.12.0 + testrepository>=0.0.18 # Apache-2.0/BSD + testtools>=1.4.0 # MIT + tempest-lib>=0.13.0 # Apache-2.0 fixtures = - testresources>=0.2.4 - testscenarios>=0.4 + testresources>=0.2.4 # Apache-2.0/BSD + testscenarios>=0.4 # Apache-2.0/BSD [files] packages = |