Skip to content
Snippets Groups Projects
Commit e7faa761 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

tahoe depends on setuptools at runtime now for pkg_resources

it didn't fail before when building tahoe-lafs directly, I don't know
why (something else pulls in setuptools but it's unclear what).

it does fail without this when running the system tests at integration time...
parent 2586dc50
No related branches found
No related tags found
1 merge request!35An assortment of packaging fixes
{ fetchFromGitHub, nettools, python
, twisted, foolscap, nevow, zfec
, setuptoolsTrial, pyasn1, zope_interface
, setuptools, setuptoolsTrial, pyasn1, zope_interface
, service-identity, pyyaml, magic-wormhole, treq, appdirs
, eliot, autobahn, cryptography
}:
......@@ -34,7 +34,7 @@ python.pkgs.buildPythonPackage rec {
setuptoolsTrial pyasn1 zope_interface
service-identity pyyaml magic-wormhole treq
eliot autobahn cryptography
eliot autobahn cryptography setuptools
];
checkInputs = with python.pkgs; [
......@@ -44,7 +44,6 @@ python.pkgs.buildPythonPackage rec {
];
checkPhase = ''
${python}/bin/python -m twisted.trial -j4 allmydata
$out/bin/tahoe --version
'';
doCheck = false;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment