python-markdown: update to version 3.3.3
Remove dependency python3-setuptools, it is no longer needed since version 3.2.2 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
0e7bd9e3ae
commit
12d785e108
1 changed files with 3 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-markdown
|
PKG_NAME:=python-markdown
|
||||||
PKG_VERSION:=3.2.1
|
PKG_VERSION:=3.3.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=Markdown
|
PYPI_NAME:=Markdown
|
||||||
PKG_HASH:=90fee683eeabe1a92e149f7ba74e5ccdc81cd397bd6c516d93a8da0ef90b6902
|
PKG_HASH:=5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18
|
||||||
|
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
@ -30,7 +30,6 @@ define Package/python3-markdown
|
||||||
URL:=https://python-markdown.github.io/
|
URL:=https://python-markdown.github.io/
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+python3-light \
|
+python3-light \
|
||||||
+python3-setuptools \
|
|
||||||
+python3-logging
|
+python3-logging
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue