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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 22 17:00:57 UTC 2021


    Date: Sunday, August 22, 2021 @ 17:00:57
  Author: felixonmars
Revision: 1004232

add missing makedep on setuptools

Modified:
  python-cachecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-22 15:29:24 UTC (rev 1004231)
+++ PKGBUILD	2021-08-22 17:00:57 UTC (rev 1004232)
@@ -9,7 +9,8 @@
 arch=('any')
 url="https://github.com/ionrock/${_pkgname}"
 license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 'python2-requests')
+makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 'python2-requests'
+             'python-setuptools' 'python2-setuptools')
 checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
               'python2-mock' 'python2-pytest' 'python2-lockfile' 'python2-cherrypy')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list