diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-14 13:44:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:04 +0700 |
commit | b4b419205e5eb7b85bb61e2712e933961ff02b6c (patch) | |
tree | e85401bf925f83fd1dab249cd3057986be16feef /python/odoo | |
parent | c8e10fe2a116616807999ed2f9007caa3a9a981b (diff) |
python/odoo: Changed REQUIRES for python3-psycopg2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/odoo')
-rw-r--r-- | python/odoo/odoo.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/odoo/odoo.info b/python/odoo/odoo.info index a304902606ea8..17a4359dd4c15 100644 --- a/python/odoo/odoo.info +++ b/python/odoo/odoo.info @@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/project/slackbuildsdirectlinks/odoo/ MD5SUM="f8597166304c0f166509db7deab60e1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="postgresql nodejs psycopg2 passlib feedparser greenlet ofxparse pyusb pyserial werkzeug python-xlrd pytz python2-MarkupSafe python-libsass python3-webencodings lxml decorator 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" +REQUIRES="postgresql nodejs python3-psycopg2 passlib feedparser greenlet ofxparse pyusb pyserial werkzeug python-xlrd pytz python2-MarkupSafe python-libsass python3-webencodings lxml decorator 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" |