Skip to content
Snippets Groups Projects
Commit 1a830dca authored by Jakub Ružička's avatar Jakub Ružička
Browse files

deb: only require build-essential on system-setup

devscripts are convenient to have, but they're big so only require
build-essential package on debian systems instead.
parent 7dd1f90f
No related branches found
No related tags found
1 merge request!133deb: only require build-essential on system-setup
Pipeline #103768 passed
......@@ -44,7 +44,7 @@ SUPPORTED_DISTROS = [
"raspbian",
]
DISTRO_REQUIRES = {
'core': ['devscripts'],
'core': ['build-essential'],
'isolated': ['pbuilder'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment