From 12d785e108050fcf6cb42ccae4c5026a3736d6d1 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 3 Nov 2020 01:31:32 +0100 Subject: [PATCH] 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 --- lang/python/python-markdown/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lang/python/python-markdown/Makefile b/lang/python/python-markdown/Makefile index 3d04c94a1c..ae97cdd455 100644 --- a/lang/python/python-markdown/Makefile +++ b/lang/python/python-markdown/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-markdown -PKG_VERSION:=3.2.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.3.3 +PKG_RELEASE:=1 PYPI_NAME:=Markdown -PKG_HASH:=90fee683eeabe1a92e149f7ba74e5ccdc81cd397bd6c516d93a8da0ef90b6902 +PKG_HASH:=5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=BSD-3-Clause @@ -30,7 +30,6 @@ define Package/python3-markdown URL:=https://python-markdown.github.io/ DEPENDS:= \ +python3-light \ - +python3-setuptools \ +python3-logging endef