tahoe-lafs: Fix build

This commit is contained in:
Silvan Mosberger 2019-05-29 21:48:47 +02:00
parent 7adcf79ccb
commit 16a2f5a346
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

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 ];