projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6203c
)
add python 2.7 to list of packages to install
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 31 Aug 2021 12:20:11 +0000
(13:20 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 31 Aug 2021 12:20:15 +0000
(13:20 +0100)
install-hdl-apt-reqs
patch
|
blob
|
history
diff --git
a/install-hdl-apt-reqs
b/install-hdl-apt-reqs
index 8ea223086943f0b4bfdadd4acb3ac1857d468c21..b46a44ac8c4c22b0262257ac469251fa66b2532e 100755
(executable)
--- a/
install-hdl-apt-reqs
+++ b/
install-hdl-apt-reqs
@@
-45,6
+45,7
@@
apt-get install -y autoconf \
ninja-build \
pkg-config \
python \
+ python2.7 \
python-dev \
python-setuptools \
python-virtualenv \