python.pkgs.twisted: update propagatedBuildInputs
This commit is contained in:
parent
ab7dc046ff
commit
9de15d502f
@ -7,6 +7,8 @@
|
|||||||
, automat
|
, automat
|
||||||
, constantly
|
, constantly
|
||||||
, hyperlink
|
, hyperlink
|
||||||
|
, pyhamcrest
|
||||||
|
, attrs
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, service-identity
|
, service-identity
|
||||||
, idna
|
, idna
|
||||||
@ -21,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "95ae985716e8107816d8d0df249d558dbaabb677987cc2ace45272c166b267e4";
|
sha256 = "95ae985716e8107816d8d0df249d558dbaabb677987cc2ace45272c166b267e4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];
|
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs ];
|
||||||
|
|
||||||
passthru.extras.tls = [ pyopenssl service-identity idna ];
|
passthru.extras.tls = [ pyopenssl service-identity idna ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user