]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-dateutil
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / python3-dateutil
index 01061698f53d1e69aa503a13419f0b4b0ffa3287..063c2cdca0ee5c0eaee7d1c84fe2cde4f2ae2fc9 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.8.2
+SUMMARY    = Python library for working with date and datetime objects
 
 THISAPP    = python-dateutil-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +35,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-dateutil
 PAK_VER    = 5
 
-DEPS       = 
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################