commit: 548ce9c9f1ef20b759d42db33dfb2a4ca4ae1cf6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 05:39:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 05:39:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548ce9c9
dev-python/formencode: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/formencode/formencode-1.3.0-r2.ebuild | 4 ++--
1 file 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 a64c1af7d6f..6a09d0e8b3a 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"