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

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