From 7d45ca23e1920e0c8e261cec92335c4efddf196a Mon Sep 17 00:00:00 2001 From: Christophe Monniez <moc@odoo.com> Date: Wed, 11 Oct 2017 16:01:36 +0200 Subject: [PATCH] [FIX] package: add missing rpm python3 package python3-psycopg2 package was missing in the RPM. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f9127ec44c44..5fc32dfacb7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ requires = python3-passlib python3-pillow python3-psutil + python3-psycopg2 python3-pydot python3-pyldap python3-pyparsing -- GitLab