summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg28
1 files changed, 14 insertions, 14 deletions
diff --git a/setup.cfg b/setup.cfg
index 35027a9..681e8b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =