diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-25 01:17:58 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-31 16:14:29 +0800 |
commit | 1ec68a6e98ec0c1a7256023baee1f9b01ccbf5d2 (patch) | |
tree | 7f89a8a362112dddb0ee7a0208939e1989c92651 /lang/python/python-slugify | |
parent | f279ae9418fff4f83bd16b353ef008e548d82cd7 (diff) |
python-slugify: Update to 8.0.1, update list of dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-slugify')
-rw-r--r-- | lang/python/python-slugify/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/python-slugify/Makefile b/lang/python/python-slugify/Makefile index 3eb2c7afc..239ec6ad1 100644 --- a/lang/python/python-slugify/Makefile +++ b/lang/python/python-slugify/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-slugify -PKG_VERSION:=4.0.1 +PKG_VERSION:=8.0.1 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270 +PKG_HASH:=ce0d46ddb668b3be82f4ed5e503dbc33dd815d83e2eb6824211310d3fb172a27 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT @@ -31,7 +31,6 @@ define Package/python3-slugify DEPENDS:= \ +python3-light \ +python3-codecs \ - +python3-setuptools \ +python3-text-unidecode endef |