summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-01 17:08:41 -0400
committerAaron Bauman <bman@gentoo.org>2020-08-01 17:10:16 -0400
commit669544aaf7e3cff46d6e3735d699484f674bfc87 (patch)
treeda2475cff76c9580f3a448990a2a8bbf68944e96
parentdev-python/nose: Limit twisted test-dep to py3 (diff)
downloadgentoo-669544aaf7e3cff46d6e3735d699484f674bfc87.tar.gz
gentoo-669544aaf7e3cff46d6e3735d699484f674bfc87.tar.bz2
gentoo-669544aaf7e3cff46d6e3735d699484f674bfc87.zip
dev-python/owslib: drop || for elementtree and lxml
* This allows for last-riting elementtree Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--dev-python/owslib/owslib-0.17.1-r1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/owslib/owslib-0.17.1-r1.ebuild b/dev-python/owslib/owslib-0.17.1-r1.ebuild
index b8195ace184a..139f916e3d47 100644
--- a/dev-python/owslib/owslib-0.17.1-r1.ebuild
+++ b/dev-python/owslib/owslib-0.17.1-r1.ebuild
@@ -20,10 +20,7 @@ RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- || (
- dev-python/elementtree[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )
+ dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]