mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
setup.py: remove nevow dependency: we need it, but easy_install can't install it
This commit is contained in:
parent
b75276af00
commit
7853497787
5
setup.py
5
setup.py
@ -96,7 +96,10 @@ setup(name='allmydata-tahoe',
|
|||||||
classifiers=trove_classifiers,
|
classifiers=trove_classifiers,
|
||||||
test_suite="allmydata.test",
|
test_suite="allmydata.test",
|
||||||
install_requires=["zfec >= 1.0.3",
|
install_requires=["zfec >= 1.0.3",
|
||||||
"foolscap >= 0.1.6", "simplejson", "nevow"],
|
"foolscap >= 0.1.6", "simplejson",
|
||||||
|
#"nevow", # we need nevow, but it doesn't seem to be
|
||||||
|
# installable by easy_install
|
||||||
|
],
|
||||||
dependency_links=["http://allmydata.org/trac/tahoe/wiki/Dependencies",
|
dependency_links=["http://allmydata.org/trac/tahoe/wiki/Dependencies",
|
||||||
# this form is used when the unpacked source
|
# this form is used when the unpacked source
|
||||||
# distribution is copied into our tree:
|
# distribution is copied into our tree:
|
||||||
|
Loading…
Reference in New Issue
Block a user