diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 10:16:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:19:29 +0000 |
commit | a4a498c0bc70a9d2e7052f46524631380ce69013 (patch) | |
tree | 97eac98f436ca902e0813f85ff213476ec355e78 /testing/py3-parsel/APKBUILD | |
parent | 92df3ddd420f25f2fcd6d63fcb1a0f6e681fe45d (diff) | |
download | aports-a4a498c0bc70a9d2e7052f46524631380ce69013.tar.gz aports-a4a498c0bc70a9d2e7052f46524631380ce69013.tar.bz2 aports-a4a498c0bc70a9d2e7052f46524631380ce69013.tar.xz |
testing/py3-parsel: fix build with python 3.9
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 388a8fcda8..cbc3c3df89 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" |