[tryton-debian-vcs] tryton-modules-country branch debian updated. debian/4.6.0-1-2-gd6bae0b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Jan 15 15:12:19 UTC 2018


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-country.git;a=commitdiff;h=debian/4.6.0-1-2-gd6bae0b

commit d6bae0bbaac3c55ea1af2440b6b2f5d05efd7491
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Jan 15 15:18:45 2018 +0100

    Changing to correct Python3 Recommend python3-urllib3.
    
    While the script trytond_import_zip will currently fail due to missing
    conversion by 2to3, the shebang of the script is already set to python3.
    So we set already the correct Python version for urllib3.
    
    S.a.
    https://bugs.tryton.org/issue7057
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887368
    https://github.com/pypa/setuptools/issues/1251

diff --git a/debian/control b/debian/control
index ad63035..6ea3fb8 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends:
  ${misc:Depends},
  ${python3:Depends},
 Recommends:
- python-urllib3,
+ python3-urllib3,
  tryton-proteus (>= ${version:major})
 Description: Tryton Application Platform (Country Module)
  Tryton is a high-level general purpose application platform. It is the base
-- 
tryton-modules-country



More information about the tryton-debian-vcs mailing list