dev-python/execnet: Drop old

obsoletes:
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=542284
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561638

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-15 10:49:50 +02:00
parent 60aa86b43c
commit a2ac06e431
3 changed files with 3 additions and 52 deletions

View File

@@ -17,10 +17,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
RDEPEND=""
PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )