Feel free to add it back if necessary.
Closes: https://bugs.gentoo.org/671466
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/tox[${PYTHON_USEDEP}]
- )"
+RESTRICT="test"
-python_test() {
- "${EPYTHON}" "${S}/setup.py" test || die
-}
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"