Make install_deps depend on gitdeps (#1019)

The installer defines PYTHONPATH correspondingly to ensure correct
versions of curtin and probert.
This commit is contained in:
J-P Nurmi 2021-08-05 23:00:45 +02:00 committed by GitHub
parent f651a7c950
commit 95e63b7bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ endif
all: dryrun
install_deps:
install_deps: gitdeps
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 \