diff options
author | Karel Kočí <cynerd@email.cz> | 2022-03-11 12:24:25 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-03-11 12:24:25 +0100 |
commit | d1bed62641e895f0a1191c4c7844500b54b57828 (patch) | |
tree | 4524fbffd0a9db7b22ff9c71f61f36a8584dd303 /python-rich/Makefile | |
parent | 403d4e98cadc69a238060cce2614537f94a76ba9 (diff) | |
download | openwrt-personal-pkgs-d1bed62641e895f0a1191c4c7844500b54b57828.tar.gz openwrt-personal-pkgs-d1bed62641e895f0a1191c4c7844500b54b57828.tar.bz2 openwrt-personal-pkgs-d1bed62641e895f0a1191c4c7844500b54b57828.zip |
python-rich: add missing dependencies and update to latest version
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 |