Merge pull request #62229 from Infinisil/fix/tahoe-lafs

tahoe-lafs: Fix build
This commit is contained in:
Jörg Thalheim 2019-05-30 07:38:33 +01:00 committed by GitHub
commit b79b4d0804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [
twisted foolscap nevow simplejson zfec pycryptopp darcsver
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 ];