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

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