summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2018-10-24 15:33:15 +0700
committerStuart Bishop <stuart.bishop@canonical.com>2018-10-24 15:33:15 +0700
commit3fd1fec7e5e10f6911158dbd940ce82ac157a89f (patch)
tree5466963bf83b38764fd162c22bf39feb42154bec
parent93604a504a718c524ca017bef593b8a13830c707 (diff)
downloadpytz-git-3fd1fec7e5e10f6911158dbd940ce82ac157a89f.tar.gz
Update dev notes for Ubuntu 18.04 containers
-rw-r--r--deps.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps.txt b/deps.txt
index 2edf11b..ecd457a 100644
--- a/deps.txt
+++ b/deps.txt
@@ -2,9 +2,10 @@ dev container setup cheat sheet
-------------------------------
locale-gen
-add-apt-repository ppa:fkrull/deadsnakes
+add-apt-repository ppa:deadsnakes/ppa
+
apt update
-apt install tox bzr build-essential twine python3-all python3-all-dev python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.4-complete python-3.5-complete python2.7-complete python-wheel python3-wheel python-pip python3-pip
+apt install tox bzr build-essential twine python-all python-all-dev python3-all python3-all-dev python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.4-complete python3.5 python3.5-dev python3.7 python3.7-dev python-wheel python3-wheel python-pip python3-pip
wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.4