diff --git a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh index 00058bef68cc0..7befa74916935 100755 --- a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh +++ b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh @@ -22,7 +22,7 @@ apt-get -y dist-upgrade # Do not be too fast to upgrade to more recent firmware and kernel than 4.38 # Firmware 4.44 seems to prevent the LED mechanism from working -PKGS_TO_INSTALL="adduser postgresql-client python python-dateutil python-decorator python-docutils python-feedparser python-imaging python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-passlib python-psutil python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-pypdf python-reportlab python-requests python-tz python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml postgresql python-gevent python-serial python-pip python-dev localepurge vim mc mg screen iw hostapd isc-dhcp-server git rsync console-data lightdm xserver-xorg-video-fbdev xserver-xorg-input-evdev iceweasel xdotool unclutter x11-utils openbox python-netifaces rpi-update" +PKGS_TO_INSTALL="adduser postgresql-client python python-dateutil python-decorator python-docutils python-feedparser python-imaging python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-passlib python-psutil python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-pypdf python-reportlab python-requests python-tz python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml postgresql python-gevent python-serial python-pip python-dev localepurge vim mc mg screen iw hostapd isc-dhcp-server git rsync console-data lightdm xserver-xorg-video-fbdev xserver-xorg-input-evdev iceweasel xdotool unclutter x11-utils openbox python-netifaces rpi-update" # KEEP OWN CONFIG FILES DURING PACKAGE CONFIGURATION # http://serverfault.com/questions/259226/automatically-keep-current-version-of-config-files-when-apt-get-install diff --git a/debian/control b/debian/control index ae3a9dcdb7954..37270b4784135 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,6 @@ Depends: python3-lxml, python3-mako, python3-mock, - python3-openid, python3-passlib, python3-psutil, python3-psycopg2, diff --git a/requirements.txt b/requirements.txt index fda778e7d96c5..ee6c39b586d66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,6 @@ pyparsing==2.1.10 PyPDF2==1.26.0 pyserial==3.1.1 python-dateutil==2.5.3 -python-openid==2.2.5 pytz==2016.7 pyusb==1.0.0 PyYAML==3.12 diff --git a/setup.cfg b/setup.cfg index 5fc32dfacb7c8..311176f2c096d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,6 @@ requires = python3-PyPDF2 python3-pyserial python3-dateutil - python3-openid python3-pytz python3-pyusb python3-PyYAML diff --git a/setup.py b/setup.py index 437b4b6097509..64e78ba54e285 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,6 @@ def py2exe_options(): 'mock', 'ofxparse', 'odoo', - 'openid', 'passlib', 'PIL', 'poplib', @@ -156,7 +155,6 @@ def py2exe_options(): 'pypdf2', 'pyserial', 'python-dateutil', - 'python-openid', 'pytz', 'pyusb >= 1.0.0b1', 'pyyaml', diff --git a/setup/package.dfdebian b/setup/package.dfdebian index b71de1a6f9f72..7a16b160952e8 100644 --- a/setup/package.dfdebian +++ b/setup/package.dfdebian @@ -32,7 +32,6 @@ RUN apt-get update -qq && \ python3-lxml \ python3-mako \ python3-mock \ - python3-openid \ python3-passlib \ python3-psutil \ python3-psycopg2 \ diff --git a/setup/package.dffedora b/setup/package.dffedora index 683f34c2d8ff8..c6273c6e6ff15 100644 --- a/setup/package.dffedora +++ b/setup/package.dffedora @@ -33,7 +33,6 @@ RUN dnf update -d 0 -e 0 -y && \ python3-PyPDF2 \ python3-pyserial \ python3-dateutil \ - python3-openid \ python3-pytz \ python3-pyusb \ python3-PyYAML \ diff --git a/setup/win32/winpy_requirements.txt b/setup/win32/winpy_requirements.txt index 458473815ece3..4a615ad181894 100644 --- a/setup/win32/winpy_requirements.txt +++ b/setup/win32/winpy_requirements.txt @@ -23,7 +23,6 @@ pyparsing==2.1.10 PyPDF2==1.26.0 pyserial==3.1.1 python-dateutil==2.5.3 -python-openid==2.2.5 pytz==2016.7 pyusb==1.0.0 PyYAML==3.12