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

Jelle van der Waa jelle at archlinux.org
Fri Nov 17 17:59:45 UTC 2017


    Date: Friday, November 17, 2017 @ 17:59:44
  Author: jelle
Revision: 267117

Add missing makedepends on setuptools

FS#56342

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-17 17:57:00 UTC (rev 267116)
+++ PKGBUILD	2017-11-17 17:59:44 UTC (rev 267117)
@@ -9,7 +9,7 @@
 arch=('any')
 url="https://github.com/davidhalter/parso"
 license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz")
 md5sums=('6cf68662d5b339ad0d7d2e7c59942f35')



More information about the arch-commits mailing list