python/odoo: Fix REQUIRES for python2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-05-06 18:15:06 +01:00 committed by Willy Sudiarto Raharjo
parent f9d6938167
commit 6f847712ae
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
PRGNAM="odoo"
VERSION="12.0"
HOMEPAGE="https://www.odoo.com"
DOWNLOAD="https://svwh.dl.sourceforge.net/project/slackbuildsdirectlinks/odoo/odoo-12.0.tar.gz"
DOWNLOAD="https://downloads.sourceforge.net/project/slackbuildsdirectlinks/odoo/odoo-12.0.tar.gz"
MD5SUM="f8597166304c0f166509db7deab60e1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql nodejs psycopg2 passlib feedparser greenlet ofxparse pyusb pyserial werkzeug python-xlrd pytz MarkupSafe python-libsass python-webencodings lxml decorator Jinja2 python3-dateutil python-qrcode python3-babel psutil suds-jurko ebaysdk wkhtmltopdf num2words gevent html2text PyPDF2 reportlab python-vatnumber vobject XlsxWriter python-xlwt python-ldap pydot"
REQUIRES="postgresql nodejs psycopg2 passlib feedparser greenlet ofxparse pyusb pyserial werkzeug python-xlrd pytz MarkupSafe python-libsass python-webencodings lxml decorator Jinja2 python3-dateutil python-qrcode python3-babel psutil suds-jurko ebaysdk wkhtmltopdf num2words gevent html2text PyPDF2 reportlab python2-vatnumber vobject XlsxWriter python2-xlwt python-ldap pydot"
MAINTAINER="Fernando Lopez Jr."
EMAIL="fernando.lopezjr@gmail.com"