diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.0.ebuild index 7e9732e858..e33b581057 100644 --- a/dev-python/aspectlib/aspectlib-1.5.0.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -29,9 +29,6 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-travis-fold[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}]