Add extra chainspace packages.
This commit is contained in:
parent
4d766b87bf
commit
47c50e6d9d
21
config
21
config
|
|
@ -76,6 +76,7 @@ extra_packages+=(
|
||||||
mlocate
|
mlocate
|
||||||
gettext
|
gettext
|
||||||
miscfiles
|
miscfiles
|
||||||
|
tree
|
||||||
|
|
||||||
# troubleshooting
|
# troubleshooting
|
||||||
lsof
|
lsof
|
||||||
|
|
@ -84,6 +85,25 @@ extra_packages+=(
|
||||||
iotop
|
iotop
|
||||||
strace
|
strace
|
||||||
|
|
||||||
|
python-pip
|
||||||
|
python3-pip
|
||||||
|
libpython-dev
|
||||||
|
libffi-dev
|
||||||
|
python-tox
|
||||||
|
python-ffi
|
||||||
|
python-cffi
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-msgpack
|
||||||
|
python-numpy
|
||||||
|
python3-numpy
|
||||||
|
python-requests
|
||||||
|
python3-requests
|
||||||
|
sqlite
|
||||||
|
sqlite3
|
||||||
|
libssl1.0-dev
|
||||||
|
|
||||||
|
|
||||||
# build tools
|
# build tools
|
||||||
build-essential
|
build-essential
|
||||||
cmake
|
cmake
|
||||||
|
|
@ -99,7 +119,6 @@ extra_packages+=(
|
||||||
libbison-dev
|
libbison-dev
|
||||||
libtool-bin
|
libtool-bin
|
||||||
libtool
|
libtool
|
||||||
libssl-dev
|
|
||||||
libgcrypt20
|
libgcrypt20
|
||||||
libgcrypt20-dev
|
libgcrypt20-dev
|
||||||
equivs
|
equivs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue