From: Josef Schlehofer Date: Thu, 22 Oct 2020 13:43:25 +0000 (+0200) Subject: python-ciso8601: fix missing src package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d4248ecbbda858e6fcf87f5aa862de8e135a9286;p=openwrt-packages.git python-ciso8601: fix missing src package Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-ciso8601/Makefile b/lang/python/python-ciso8601/Makefile index 8f85088cf..02a82cf67 100644 --- a/lang/python/python-ciso8601/Makefile +++ b/lang/python/python-ciso8601/Makefile @@ -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))