pathon: update to 3.8 and move pyhton to core

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-01-11 14:35:11 +01:00
parent 2f767b7b21
commit 6ede197501
57 changed files with 8605 additions and 34798 deletions

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-setuptools
PAK_VER = 1
DEPS = "python3"
DEPS = ""
###############################################################################
# Top-level Rules
@@ -81,5 +81,4 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && python3 bootstrap.py
cd $(DIR_APP) && python3 setup.py build
cd $(DIR_APP) && python3 setup.py install --root=/
@rm -rf $(DIR_APP)
@$(POSTBUILD)