changeset 9b493eae0289 in trytond-gis:5.0
details: https://hg.tryton.org/trytond-gis?cmd=changeset;node=9b493eae0289
description:
Re-add trydevpi to dependency_links
It is needed to install Tryton's dependencies of dependencies.
issue8044
diffstat:
setup.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 6568fba82cc3 -r 9b493eae0289 setup.py
--- a/setup.py Fri Jan 25 23:21:13 2019 +0100
+++ b/setup.py Sat Jan 26 01:12:04 2019 +0100
@@ -45,6 +45,8 @@
tests_require = []
dependency_links = []
+if minor_version % 2:
+ dependency_links.append('https://trydevpi.tryton.org/')
setup(name=name,