Merge pull request #58429 from xeji/p/nevow

python2Packages.nevow, tahoe-lafs: fix build
This commit is contained in:
Robert Schütz 2019-03-28 13:50:17 +01:00 committed by GitHub
commit ef6a1b7f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ twisted ];
checkInputs = [ twisted ];
checkPhase = ''
trial formless nevow
'';

View file

@ -59,7 +59,7 @@ pythonPackages.buildPythonApplication rec {
service-identity pyyaml magic-wormhole treq
];
checkInputs = with pythonPackages; [ hypothesis ];
checkInputs = with pythonPackages; [ hypothesis twisted ];
# Install the documentation.
postInstall = ''