Browse Source

Merge pull request #13749 from BKPepe/ciso

python-ciso8601: fix missing src package
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
059496ce80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      lang/python/python-ciso8601/Makefile

+ 2
- 3
lang/python/python-ciso8601/Makefile 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))

Loading…
Cancel
Save