mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python.pkgs.twisted: update propagatedBuildInputs
This commit is contained in:
parent
ab7dc046ff
commit
9de15d502f
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@
|
|||
, automat
|
||||
, constantly
|
||||
, hyperlink
|
||||
, pyhamcrest
|
||||
, attrs
|
||||
, pyopenssl
|
||||
, service-identity
|
||||
, idna
|
||||
|
@ -21,7 +23,7 @@ buildPythonPackage rec {
|
|||
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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue