diff --git a/dev-python/distro/distro-1.0.4.ebuild b/dev-python/distro/distro-1.0.4-r1.ebuild similarity index 83% rename from dev-python/distro/distro-1.0.4.ebuild rename to dev-python/distro/distro-1.0.4-r1.ebuild index 38749a35f0c8d..6ef836a9fb7c7 100644 --- a/dev-python/distro/distro-1.0.4.ebuild +++ b/dev-python/distro/distro-1.0.4-r1.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -14,12 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RESTRICT="test" # incomplete test resources - -python_test() { - py.test || die -} +#distutils_enable_tests pytest