3
0
Fork 0
forked from mirrors/nixpkgs

glance: propagated MySQL_python

This commit is contained in:
Domen Kožar 2015-12-03 11:04:47 +01:00
parent 29befbeb95
commit 4abb515c6e

View file

@ -23,11 +23,12 @@ pythonPackages.buildPythonPackage rec {
# oslo componenets
oslo-config oslo-context oslo-concurrency oslo-service oslo-utils oslo-db
oslo-i18n oslo-log oslo-messaging oslo-middleware oslo-policy oslo-serialization
MySQL_python
];
buildInputs = with pythonPackages; [
Babel coverage fixtures mox3 mock oslosphinx requests2 testrepository pep8
testresources testscenarios testtools psutil_1 oslotest psycopg2 MySQL_python
testresources testscenarios testtools psutil_1 oslotest psycopg2
sqlite which strace
];