mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
extra dependencies
This commit is contained in:
parent
878d9563d3
commit
f11c2e6b55
@ -3,6 +3,7 @@
|
|||||||
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
||||||
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
||||||
, beautifulsoup4, eliot, autobahn, cryptography
|
, beautifulsoup4, eliot, autobahn, cryptography
|
||||||
|
, html5lib
|
||||||
}:
|
}:
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
version = "1.14.0.dev";
|
version = "1.14.0.dev";
|
||||||
@ -26,13 +27,15 @@ python.pkgs.buildPythonPackage rec {
|
|||||||
twisted foolscap nevow zfec appdirs
|
twisted foolscap nevow zfec appdirs
|
||||||
setuptoolsTrial pyasn1 zope_interface
|
setuptoolsTrial pyasn1 zope_interface
|
||||||
service-identity pyyaml magic-wormhole treq
|
service-identity pyyaml magic-wormhole treq
|
||||||
beautifulsoup4 eliot autobahn cryptography setuptools
|
eliot autobahn cryptography setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with python.pkgs; [
|
checkInputs = with python.pkgs; [
|
||||||
hypothesis
|
hypothesis
|
||||||
testtools
|
testtools
|
||||||
fixtures
|
fixtures
|
||||||
|
beautifulsoup4
|
||||||
|
html5lib
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user