python-ciso8601: fix missing src package 13749/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 22 Oct 2020 13:43:25 +0000 (15:43 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 22 Oct 2020 13:43:56 +0000 (15:43 +0200)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lang/python/python-ciso8601/Makefile

index 8f85088cfbe2a2b4f2ea0c3450127f84352fefee..02a82cf67f22b72fdee8ede59a0e062a9a7c2e3b 100644 (file)
@@ -28,8 +28,7 @@ define Package/python3-ciso8601
   SUBMENU:=Python
   TITLE:=Fast ISO8601 date time parser for Python written in C
   URL:=https://github.com/closeio/ciso8601
-  DEPENDS:= \
-    +python3-light
+  DEPENDS:=+python3-light
 endef
 
 define Package/python3-ciso8601/description
@@ -38,5 +37,5 @@ endef
 
 $(eval $(call Py3Package,python3-ciso8601))
 $(eval $(call BuildPackage,python3-ciso8601))
-$(eval $(call BuildPackage,python3-ciso8601))
+$(eval $(call BuildPackage,python3-ciso8601-src))