projects-dir.mk: Add python3 to BASE_PKGS

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-12-10 18:51:39 +00:00
commit 20e599c049

View file

@ -26,7 +26,7 @@
SHELL = /bin/bash -o pipefail +H
PROJECTS_TXT ?= projects.txt
JW_BUILD_VERBOSE ?= false
BASE_PKGS = git cvs make sudo time time xdg-utils
BASE_PKGS = git cvs make sudo time time xdg-utils python3
PREREQ_RELEASE ?= pull
# ------------ evaluate Makefile and environment variables