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

try to avoid conflicting versions in the closure

parent 1ed97c24
Branches
No related tags found
2 merge requests!232Fix unicode/bytes handling in Tahoe config code,!229Set up CI for Tahoe 1.16.x
......@@ -34,15 +34,17 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
attrs
zope_interface
aniso8601
# Inherit eliot from tahoe-lafs
# eliot
twisted
tahoe-lafs
challenge-bypass-ristretto
treq
# Inherit some things from tahoe-lafs to avoid conflicting versions
#
# attrs
# zope_interface
# twisted
# eliot
# treq
];
checkInputs = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment