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

Try to fix the Nix build

parent cce39c5a
No related branches found
No related tags found
1 merge request!149Pin Tahoe-LAFS to 1.14.0
diff --git a/setup.cfg b/setup.cfg
index 3856a101..371a19b3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,7 +38,7 @@ install_requires =
python-challenge-bypass-ristretto
# Inherit our Twisted dependency from tahoe-lafs so we don't accidentally
# get the extras wrong here and break stuff.
- tahoe-lafs==1.14.0
+ tahoe-lafs
treq
[versioneer]
......@@ -27,6 +27,12 @@ buildPythonPackage rec {
sphinx
];
patches = [
# Remove the Tahoe-LAFS version pin in distutils config. We have our own
# pinning and also our Tahoe-LAFS package has a bogus version number. :/
./nix/setup.cfg.patch
];
propagatedBuildInputs = [
attrs
zope_interface
......
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