1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

python-ciso8601: fix missing src package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2020-10-22 15:43:25 +02:00
parent b55f95dbd3
commit d4248ecbbd
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C

View 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))