fix eval
This commit is contained in:
@@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
coverage fixtures mock subunit tempest-lib testtools testrepository
|
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'"];
|
makeWrapperArgs = ["--prefix PATH : '${openssl}/bin:$PATH'"];
|
||||||
|
|||||||
Reference in New Issue
Block a user