summaryrefslogtreecommitdiff
path: root/dev-python/pyquery
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-08 13:39:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-08 13:39:44 +0000
commit0e24b78d0c93eaf01aca5867e25e9ecfeb7d3729 (patch)
treee01a8d569796c40f7fc1f6c48ef10134c7feb64e /dev-python/pyquery
parent201256d9cfbbb184fe0c8f763682e44fdbf30499 (diff)
downloadbaldeagleos-repo-0e24b78d0c93eaf01aca5867e25e9ecfeb7d3729.tar.gz
baldeagleos-repo-0e24b78d0c93eaf01aca5867e25e9ecfeb7d3729.tar.xz
baldeagleos-repo-0e24b78d0c93eaf01aca5867e25e9ecfeb7d3729.zip
Adding metadata
Diffstat (limited to 'dev-python/pyquery')
-rw-r--r--dev-python/pyquery/pyquery-1.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyquery/pyquery-1.4.3.ebuild b/dev-python/pyquery/pyquery-1.4.3.ebuild
index 04f6198e70dd..d1ad918d47db 100644
--- a/dev-python/pyquery/pyquery-1.4.3.ebuild
+++ b/dev-python/pyquery/pyquery-1.4.3.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
>=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
DEPEND="
test? (
- dev-python/beautifulsoup[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
)"
@@ -39,5 +39,5 @@ python_test() {
}
pkg_postinst() {
- optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup
+ optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup4
}