]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/python3-urllib3
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / python3-urllib3
index 78cc24dbd35e4778dbd25668fcd7b8570d8b5f0e..e1a4966ffae607e5646cb79a53f0029544822ae8 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 1.26.7
+SUMMARY   = HTTP library with thread-safe connection pooling, file post, and more
 
 THISAPP    = urllib3-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,6 +35,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-urllib3
 PAK_VER    = 2
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -52,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################