Date: Thursday, December 2, 2021 @ 21:53:59
  Author: foutrelis
Revision: 1062737

Add pytest-runner to build deps

Modified:
  python-parsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-02 21:53:57 UTC (rev 1062736)
+++ PKGBUILD    2021-12-02 21:53:59 UTC (rev 1062737)
@@ -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' 'python-setuptools')
+makedepends=('python-pytest' 'python-pytest-runner' '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