make: fix install_deps order

Getting the apt packages needs to be first, as processing probert is
more than a trivial git clone and needs some of those apt packages.
Drop probert as a requirement since it's redundant with the git
checkout.
This commit is contained in:
Dan Bungert 2021-08-10 13:05:08 -06:00
parent 1875dcf064
commit cd05295db6
1 changed files with 5 additions and 2 deletions

View File

@ -21,14 +21,17 @@ endif
all: dryrun
install_deps: gitdeps
aptdeps:
sudo apt update && \
sudo apt-get install -y python3-urwid python3-pyudev python3-nose python3-flake8 \
python3-yaml python3-coverage python3-dev pkg-config libnl-genl-3-dev \
libnl-route-3-dev python3-attr python3-distutils-extra python3-requests \
python3-requests-unixsocket python3-jsonschema python3-apport \
python3-bson xorriso isolinux python3-aiohttp probert cloud-init ssh-import-id \
python3-bson xorriso isolinux python3-aiohttp cloud-init ssh-import-id \
curl jq
install_deps: aptdeps gitdeps
i18n:
$(PYTHON) setup.py build_i18n
cd po; intltool-update -r -g subiquity