Change trytond recipe url

This commit is contained in:
Sergio Morillo 2023-12-06 16:10:03 +01:00
parent 14d3c53fee
commit 4b16474d78
1 changed files with 2 additions and 1 deletions

View File

@ -2,12 +2,13 @@
# this repository contains the full copyright notices and license terms.
from pythonforandroid.recipe import PythonRecipe
from pythonforandroid.toolchain import current_directory
class TrytondRecipe(PythonRecipe):
version = '6.0'
url = 'http://hg.tryton.org/trytond/archive/{version}.tar.gz'
url = 'https://files.pythonhosted.org/packages/9e/45/1a03e8ca58258e2351c941f6834fce0cfb45d92798df9c541c6838e99c33/trytond-6.0.38.tar.gz'
depends = ['python3', 'setuptools', 'sqlite3', 'lxml']
python_depends = [
'werkzeug',