Merge pull request #62229 from Infinisil/fix/tahoe-lafs
tahoe-lafs: Fix build
This commit is contained in:
commit
b79b4d0804
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pythonPackages.buildPythonApplication rec {
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
||||||
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
|
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
|
||||||
service-identity pyyaml magic-wormhole treq
|
service-identity pyyaml magic-wormhole treq characteristic
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with pythonPackages; [ mock hypothesis twisted ];
|
checkInputs = with pythonPackages; [ mock hypothesis twisted ];
|
||||||
|
|
Loading…
Reference in a new issue