python.pkgs.MySQL_python: remove

Reasons:

- No release since 2014
- deprecated by upstream
- no longer compatible with newer libmysql versions
This commit is contained in:
Jörg Thalheim
2019-09-09 13:18:07 +01:00
parent 137a90c691
commit 4a53284bc0
2 changed files with 0 additions and 35 deletions

View File

@@ -3873,8 +3873,6 @@ in {
monotonic = callPackage ../development/python-modules/monotonic { };
MySQL_python = callPackage ../development/python-modules/mysql_python { };
mysql-connector = callPackage ../development/python-modules/mysql-connector { };
namebench = callPackage ../development/python-modules/namebench { };