mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #68760 from disassembler/twisted-setuptools
pythonPackages.twisted: add setuptools dependency
This commit is contained in:
commit
8b5e063a2b
@ -11,6 +11,7 @@
|
|||||||
, attrs
|
, attrs
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, service-identity
|
, service-identity
|
||||||
|
, setuptools
|
||||||
, idna
|
, idna
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395";
|
sha256 = "294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs ];
|
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs setuptools ];
|
||||||
|
|
||||||
passthru.extras.tls = [ pyopenssl service-identity idna ];
|
passthru.extras.tls = [ pyopenssl service-identity idna ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user