From 95e63b7bf676352552fee279c0729cd8c230ccd2 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 5 Aug 2021 23:00:45 +0200 Subject: [PATCH] Make install_deps depend on gitdeps (#1019) The installer defines PYTHONPATH correspondingly to ensure correct versions of curtin and probert. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 607c8780..9450b6ee 100644 --- a/Makefile +++ b/Makefile @@ -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 \