summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/formencode/formencode-1.3.0-r2.ebuild (renamed from dev-python/formencode/formencode-1.3.0-r1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/formencode/formencode-1.3.0-r1.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild
index c65e3a69b983..a81fffa4a0e4 100644
--- a/dev-python/formencode/formencode-1.3.0-r1.ebuild
+++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
@@ -20,9 +20,10 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/dnspython-1.12.0-r1[${PYTHON_USEDEP}] )"
+ virtual/dnspython[${PYTHON_USEDEP}] )"
RDEPEND=""
RESTRICT="test"