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 SUBMENU:=Python
TITLE:=Fast ISO8601 date time parser for Python written in C TITLE:=Fast ISO8601 date time parser for Python written in C
URL:=https://github.com/closeio/ciso8601 URL:=https://github.com/closeio/ciso8601
DEPENDS:= \ DEPENDS:=+python3-light
+python3-light
endef endef
define Package/python3-ciso8601/description define Package/python3-ciso8601/description
@ -38,5 +37,5 @@ endef
$(eval $(call Py3Package,python3-ciso8601)) $(eval $(call Py3Package,python3-ciso8601))
$(eval $(call BuildPackage,python3-ciso8601)) $(eval $(call BuildPackage,python3-ciso8601))
$(eval $(call BuildPackage,python3-ciso8601)) $(eval $(call BuildPackage,python3-ciso8601-src))