]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-setuptools
pathon: update to 3.8 and move pyhton to core
[ipfire-2.x.git] / lfs / python3-setuptools
index 57914525eb0f43f501dd8341d91415c0b5ec2779..c986ed8910813b618cd143e472009e04f7a48840 100644 (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)