nettools is native and required at runtime by iputil.py

This commit is contained in:
Jean-Paul Calderone 2019-12-18 09:11:43 -05:00
parent bf5288f88c
commit cb57e5969e

View File

@ -41,6 +41,10 @@ python.pkgs.buildPythonPackage rec {
'';
propagatedNativeBuildInputs = [
nettools
];
propagatedBuildInputs = with python.pkgs; [
twisted foolscap nevow zfec appdirs
setuptoolsTrial pyasn1 zope_interface
@ -54,7 +58,6 @@ python.pkgs.buildPythonPackage rec {
fixtures
beautifulsoup4
html5lib
nettools
];
checkPhase = ''