mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +00:00
nettools is native and required at runtime by iputil.py
This commit is contained in:
parent
bf5288f88c
commit
cb57e5969e
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user