From 48d5380f2eab278142df9f4f70d5da8eb314b725 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Sep 2017 00:15:30 +0200 Subject: 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 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.1