Date: Monday, November 9, 2020 @ 19:32:48
  Author: foutrelis
Revision: 748076

Add setuptools to build deps

Modified:
  python-parsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-09 19:25:54 UTC (rev 748075)
+++ PKGBUILD    2020-11-09 19:32:48 UTC (rev 748076)
@@ -8,7 +8,7 @@
 license=('BSD')
 url="https://github.com/scrapy/parsel";
 depends=('python-cssselect' 'python-lxml' 'python-six' 'python-w3lib')
-makedepends=('python-pytest' 'python-sybil')
+makedepends=('python-pytest' 'python-sybil' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz";)
 
sha512sums=('d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604')
 

Reply via email to