From d1bed62641e895f0a1191c4c7844500b54b57828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 11 Mar 2022 12:24:25 +0100 Subject: python-rich: add missing dependencies and update to latest version --- python-rich/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'python-rich/Makefile') diff --git a/python-rich/Makefile b/python-rich/Makefile index 924eae2..59c6679 100644 --- a/python-rich/Makefile +++ b/python-rich/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-rich -PKG_VERSION:=10.15.2 +PKG_VERSION:=12.0.0 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PYPI_NAME:=rich -PKG_HASH:=1dded089b79dd042b3ab5cd63439a338e16652001f0c16e73acdcf4997ad772d +PKG_HASH:=14bfd0507edc633e021b02c45cbf7ca22e33b513817627b8de3412f047a3e798 include $(TOPDIR)/feeds/packages/lang/python/pypi.mk include $(INCLUDE_DIR)/package.mk @@ -27,7 +27,9 @@ define Package/python3-rich SUBMENU:=Python TITLE:=Render rich text and more to the terminal URL:=https://github.com/willmcgugan/rich - DEPENDS:=+python3-light + DEPENDS:=+python3-light \ + +python3-pygments \ + +python3-commonmark VARIANT:=python3 endef -- cgit v1.2.3