diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-30 11:15:38 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-30 13:03:49 +0100 |
commit | f2ea9b32635391feda1e01725ffc9ae55135b452 (patch) | |
tree | 73627483cc0c31da5fcd62416f883c9ea96c879c /dev-python/formencode | |
parent | virtual/dnspython: New virtual (diff) | |
download | gentoo-f2ea9b32635391feda1e01725ffc9ae55135b452.tar.gz gentoo-f2ea9b32635391feda1e01725ffc9ae55135b452.tar.bz2 gentoo-f2ea9b32635391feda1e01725ffc9ae55135b452.zip |
dev-python/formencode: Move to virtual/dnspython
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/formencode')
-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" |