summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-22 19:08:33 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-22 19:08:33 +0000
commit3af223a17e5a15a43a97722dde55afc50995cd53 (patch)
treefb4758ac19bb935d7a0c3d876a6c8c4e8c9bc1ad /setup.cfg
parent927351f011ae3d185811562bc93f27c343dfcf3a (diff)
downloadoslo-db-3af223a17e5a15a43a97722dde55afc50995cd53.tar.gz
Updated from global requirements
Change-Id: I30a9d74d90479d8d335dd2e1f097b1fcefd53cf8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 15164d5..61d20f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,7 +22,7 @@ classifier =
[extras]
# So e.g. nova can test-depend on oslo.db[mysql]
mysql =
- PyMySQL!=0.7.7,>=0.7.6 # MIT License
+ PyMySQL>=0.7.6 # MIT License
# or oslo.db[mysql-c]
mysql-c =
MySQL-python:python_version=='2.7' # GPL with FOSS exception