Skip to content

Commit

Permalink
[REM] remove any openid reference
Browse files Browse the repository at this point in the history
Purpose: openid is not used anymore in Odoo, therefore it can be
safely removed.
  • Loading branch information
d-fence committed Oct 12, 2017
1 parent 38155cd commit fc76b1d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Depends:
python3-lxml,
python3-mako,
python3-mock,
python3-openid,
python3-passlib,
python3-psutil,
python3-psycopg2,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requires =
python3-PyPDF2
python3-pyserial
python3-dateutil
python3-openid
python3-pytz
python3-pyusb
python3-PyYAML
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def py2exe_options():
'mock',
'ofxparse',
'odoo',
'openid',
'passlib',
'PIL',
'poplib',
Expand Down Expand Up @@ -156,7 +155,6 @@ def py2exe_options():
'pypdf2',
'pyserial',
'python-dateutil',
'python-openid',
'pytz',
'pyusb >= 1.0.0b1',
'pyyaml',
Expand Down
1 change: 0 additions & 1 deletion setup/package.dfdebian
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN apt-get update -qq && \
python3-lxml \
python3-mako \
python3-mock \
python3-openid \
python3-passlib \
python3-psutil \
python3-psycopg2 \
Expand Down
1 change: 0 additions & 1 deletion setup/package.dffedora
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion setup/win32/winpy_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc76b1d

Please sign in to comment.