diff options
Diffstat (limited to 'testing/py3-parsel/APKBUILD')
-rw-r--r-- | testing/py3-parsel/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-parsel/APKBUILD b/testing/py3-parsel/APKBUILD index 388a8fcda8b..cbc3c3df89e 100644 --- a/testing/py3-parsel/APKBUILD +++ b/testing/py3-parsel/APKBUILD @@ -3,11 +3,12 @@ pkgname=py3-parsel _pkgname=parsel pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Library to extract data from HTML and XML using XPath and CSS selectors" url="https://github.com/scrapy/parsel" arch="noarch" license="BSD-3-Clause" +makedepends="py3-setuptools py3-pytest-runner" depends="py3-cssselect py3-lxml py3-six py3-w3lib" checkdepends="py3-pytest py3-sybil" source="$_pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz" |