summaryrefslogtreecommitdiffstats
path: root/maintenance/deb-dependencies-install.sh
blob: 29c35ff9d71f9d4d65d5d746572944bc33c975a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

exec apt install \
	python \
	python-dev \
	python3 \
	python3-dev \
	pypy \
	pypy-dev \
	cython \
	cython3 \
	build-essential \
	python-nose \
	python3-nose \
	python-serial \
	python3-serial \
	python-pyside \
	python3-pyside \
	python-pyqt5 \
	python3-pyqt5 \
	time \
	git
bues.ch cgit interface