summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-16 00:20:09 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-16 00:20:09 +0000
commita82cd38189f09da8773c1186b661fc71f529b7ae (patch)
tree8a48b1ec36c9b009a506bd402b6971bd2737dbdf /setup.cfg
parentdd800458937a4ccb0b12b0f760eb515d64e0be88 (diff)
downloadoslo-db-a82cd38189f09da8773c1186b661fc71f529b7ae.tar.gz
Updated from global requirements
Change-Id: I65eb5fad2269e81c74e2a73e8bbd50b2ed8fb539
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 f452f62..15164d5 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.6.2 # MIT License
+ PyMySQL!=0.7.7,>=0.7.6 # MIT License
# or oslo.db[mysql-c]
mysql-c =
MySQL-python:python_version=='2.7' # GPL with FOSS exception