Merge pull request #80834 from maxxk/ldaptor-fix-build
pythonPackages.ldaptor: fix build
This commit is contained in:
commit
d5220977a4
@ -2,9 +2,11 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, twisted
|
, twisted
|
||||||
|
, passlib
|
||||||
, pycrypto
|
, pycrypto
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, pyparsing
|
, pyparsing
|
||||||
|
, service-identity
|
||||||
, zope_interface
|
, zope_interface
|
||||||
, isPy3k
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
@ -19,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
twisted pycrypto pyopenssl pyparsing zope_interface
|
twisted passlib pycrypto pyopenssl pyparsing service-identity zope_interface
|
||||||
];
|
];
|
||||||
|
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
Loading…
Reference in New Issue
Block a user