diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:51:32 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:59 +0700 |
commit | 00fb55f12022aeb26de07766b1715b478fb37216 (patch) | |
tree | a1e327c1200307974c4c1230657c9595ad2c6110 /business | |
parent | 9c71d0faa6ad20cdd379a5910cda294b6eede7dd (diff) |
business/trytond: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/trytond/trytond.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/business/trytond/trytond.info b/business/trytond/trytond.info index 38e9bb3ff548..1cca9591476d 100644 --- a/business/trytond/trytond.info +++ b/business/trytond/trytond.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.tryton.org/3.0/trytond-3.0.4.tar.gz" MD5SUM="4c08a689b6b977060b4a7fb6ed5350ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lxml polib psycopg2 pydot python-dateutil pytz relatorio simplejson sql" +REQUIRES="lxml polib psycopg2 pydot python2-dateutil pytz relatorio simplejson sql" MAINTAINER="Ken Roberts" EMAIL="alisonken1@juno.com" |