[arch-commits] Commit in python-rich/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Fri Jul 15 18:29:51 UTC 2022


    Date: Friday, July 15, 2022 @ 18:29:51
  Author: freswa
Revision: 1252990

remove dependency not needed for python >= 3.9

Modified:
  python-rich/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 18:23:59 UTC (rev 1252989)
+++ PKGBUILD	2022-07-15 18:29:51 UTC (rev 1252990)
@@ -8,7 +8,7 @@
 arch=(any)
 url='https://github.com/willmcgugan/rich'
 license=('MIT')
-depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
+depends=('python-colorama' 'python-pygments' 'python-commonmark')
 makedepends=('python-pip' 'python-poetry')
 source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
 b2sums=('0ff73986d46c70ad6c959bdad2a28e25404bc7f50567f2d559213dfc5341a58b3e3f5e20907275b507f12c107e5d2e947434949ffb7887abad86d4df8cf3ba72')



More information about the arch-commits mailing list