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

David Runge dvzrv at archlinux.org
Mon Jul 5 17:06:40 UTC 2021


    Date: Monday, July 5, 2021 @ 17:06:40
  Author: dvzrv
Revision: 972449

upgpkg: python-importlib_resources 5.2.0-2: Rebuild to add missing dependency.

With python < 3.10 the package requires python-zipp:
https://bugs.archlinux.org/task/71438

Modified:
  python-importlib_resources/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 17:03:37 UTC (rev 972448)
+++ PKGBUILD	2021-07-05 17:06:40 UTC (rev 972449)
@@ -3,12 +3,12 @@
 _name=importlib_resources
 pkgname=python-importlib_resources
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
 url="https://github.com/python/importlib_resources"
 license=('Apache')
-depends=('python')
+depends=('python-zipp')
 makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest' 'python-tests')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")




More information about the arch-commits mailing list