diff options
Diffstat (limited to 'python-rich/Makefile')
-rw-r--r-- | python-rich/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |