summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-30 07:39:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-30 07:39:42 +0200
commit548ce9c9f1ef20b759d42db33dfb2a4ca4ae1cf6 (patch)
tree695732e45aefbb5e084b3d6b8b12bf9febc2cd45
parentapp-text/calibre: Retire virtual/python-dnspython (diff)
downloadgentoo-548ce9c9.tar.gz
gentoo-548ce9c9.tar.bz2
gentoo-548ce9c9.zip
dev-python/formencode: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/formencode/formencode-1.3.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/formencode/formencode-1.3.0-r2.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild
index a64c1af7d6f9..6a09d0e8b3a3 100644
--- a/dev-python/formencode/formencode-1.3.0-r2.ebuild
+++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
@@ -20,9 +20,9 @@ IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
+ dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- virtual/python-dnspython[${PYTHON_USEDEP}] )"
+ dev-python/pycountry[${PYTHON_USEDEP}] )"
RDEPEND=""
RESTRICT="test"