This commit is contained in:
Domen Kožar 2015-11-04 16:23:15 +01:00
parent 1294c3a460
commit 0549078488

View File

@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
buildInputs = with pythonPackages; [
coverage fixtures mock subunit tempest-lib testtools testrepository
ldap ldappool webtest requests2 oslotest pep8 pymongo which makeWrapper
ldap ldappool webtest requests2 oslotest pep8 pymongo which
];
makeWrapperArgs = ["--prefix PATH : '${openssl}/bin:$PATH'"];