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

Felix Yan felixonmars at archlinux.org
Sat May 29 17:23:54 UTC 2021


    Date: Saturday, May 29, 2021 @ 17:23:54
  Author: felixonmars
Revision: 416830

upgpkg: python-setuptools 1:57.0.0-2: fix missing dependencies

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-29 16:05:05 UTC (rev 416829)
+++ PKGBUILD	2021-05-29 17:23:54 UTC (rev 416830)
@@ -4,13 +4,14 @@
 
 pkgname=python-setuptools
 pkgver=57.0.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
 license=('PSF')
 url="https://pypi.org/project/setuptools/"
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+depends=('python-appdirs' 'python-more-itertools' 'python-ordered-set' 'python-packaging'
+         'python-pyparsing')
 makedepends=('git')
 checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 'python-pip'
               'python-pytest-fixture-config' 'python-pytest-flake8' 'python-pytest-virtualenv'



More information about the arch-commits mailing list