summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2017-09-21 00:15:30 +0200
committerDirk Mueller <dirk@dmllr.de>2017-10-17 07:17:06 +0200
commit48d5380f2eab278142df9f4f70d5da8eb314b725 (patch)
treea72d50b8fb0ccf2f670dcf467513ddfeba792ce3 /setup.cfg
parente2fa4c2246b0716c822d767aaf773767b6d6e04a (diff)
downloadoslo-db-48d5380f2eab278142df9f4f70d5da8eb314b725.tar.gz
Drop MySQL-python dependency from oslo.db
In order to fade out MySQL-python from OpenStack we need to stop testing it. Add release notes entry and adjust documentation references accordingly. Depends-On: Ie1f07062ed18350bcbb9e7b5e33c7ab2390be9ab Change-Id: Ie17f4543fa3d72b507d88d2c4023a9a5a430419e
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d08daa..7d66101 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,9 +22,6 @@ classifier =
# So e.g. nova can test-depend on oslo.db[mysql]
mysql =
PyMySQL>=0.7.6 # MIT License
-# or oslo.db[mysql-c]
-mysql-c =
- MySQL-python>=1.2.5:python_version=='2.7' # GPL with FOSS exception
# or oslo.db[postgresql]
postgresql =
psycopg2>=2.6.2 # LGPL/ZPL