changeset af80c5e179c4 in modules/stock_location_move:4.8
details: 
https://hg.tryton.org/modules/stock_location_move?cmd=changeset;node=af80c5e179c4
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 c8539474e357 -r af80c5e179c4 setup.py
--- a/setup.py  Fri Jan 25 23:34:31 2019 +0100
+++ b/setup.py  Sat Jan 26 01:12:51 2019 +0100
@@ -57,6 +57,8 @@
 for dep in info.get('extras_depend', []):
     tests_require.append(get_require_version('trytond_%s' % dep))
 dependency_links = []
+if minor_version % 2:
+    dependency_links.append('https://trydevpi.tryton.org/')
 
 setup(name=name,
     version=version,

Reply via email to