mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 14:50:38 +01:00
projects-dir.mk: Add python3 to BASE_PKGS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
2a57902480
commit
20e599c049
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
SHELL = /bin/bash -o pipefail +H
|
SHELL = /bin/bash -o pipefail +H
|
||||||
PROJECTS_TXT ?= projects.txt
|
PROJECTS_TXT ?= projects.txt
|
||||||
JW_BUILD_VERBOSE ?= false
|
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
|
PREREQ_RELEASE ?= pull
|
||||||
|
|
||||||
# ------------ evaluate Makefile and environment variables
|
# ------------ evaluate Makefile and environment variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue