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
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 = ''