diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-09-03 13:20:35 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-09-03 13:20:35 -0400 |
commit | 5b3a9f2b39fa9b539ebc979f50a82e1763ab890e (patch) | |
tree | 950be91021e22890acc7f7fb3849c91dd8515d62 /dev-python | |
parent | e1b546021750dbf9e36e0c441ce8fd1480a6244a (diff) | |
download | gentoo-5b3a9f2b39fa9b539ebc979f50a82e1763ab890e.tar.gz gentoo-5b3a9f2b39fa9b539ebc979f50a82e1763ab890e.tar.xz |
dev-python/doit-py: depend on virtual/python-singledispatch
Package-Manager: portage-2.3.0_p24
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/doit-py/doit-py-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild index 086f6e19046..95841b2d601 100644 --- a/dev-python/doit-py/doit-py-0.4.0.ebuild +++ b/dev-python/doit-py/doit-py-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] - dev-python/singledispatch[${PYTHON_USEDEP}] + virtual/python-singledispatch[${PYTHON_USEDEP}] app-text/hunspell ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" RDEPEND=" |