diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-06-09 15:38:57 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-06-09 15:38:57 +0200 |
commit | 34a8b59e3432e3e1db1f4b193cba5d37239787ca (patch) | |
tree | 0317b05f5afc81aebbec8794420862d4725952fc /dev-python/aspectlib | |
parent | dev-python/manhole: add py3_7 (diff) | |
download | guru-34a8b59e3432e3e1db1f4b193cba5d37239787ca.tar.gz guru-34a8b59e3432e3e1db1f4b193cba5d37239787ca.tar.bz2 guru-34a8b59e3432e3e1db1f4b193cba5d37239787ca.zip |
dev-python/aspectlib: add py3_7,8
tests work without these deps and they block adding new py versions
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/aspectlib')
-rw-r--r-- | dev-python/aspectlib/aspectlib-1.5.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.0.ebuild index 7e9732e85..e33b58105 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}] <www-servers/tornado-6[${PYTHON_USEDEP}] ) " |