Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update system-wide, pip, setuptools etc, requests #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions root/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ echo "dtoverlay=tingbot:xohms=80" >> /boot/config.txt
# The /boot/cmdline.txt file was set aside in preinst
sed "1 s/$/ fbcon=map:10 consoleblank=0/" /boot/cmdline.txt.tbbak > /boot/cmdline.txt

pip install pip==8.0.3
pip install wheel==0.29.0 setuptools==20.2.2
pip install requests==2.7.0 evdev==0.5.0
pip install pip==10.0.1
pip install wheel==0.31.1 setuptools==39.2.0
pip install requests==2.19.1 evdev==0.5.0

# pip can't resolve dependencies correctly, see https://github.com/pypa/pip/issues/988
pip install pyasn1==0.1.8
Expand Down