diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:34 +0200 |
commit | 67f4e6c77a7ba694ee3d8200775affaf7cbd3851 (patch) | |
tree | 9546ffb217aeacf374e804048dc85283e1c28678 /dev-python/pytest-timeout | |
parent | dev-python/pytest-tempdir: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-67f4e6c77a7ba694ee3d8200775affaf7cbd3851.tar.gz gentoo-67f4e6c77a7ba694ee3d8200775affaf7cbd3851.tar.bz2 gentoo-67f4e6c77a7ba694ee3d8200775affaf7cbd3851.zip |
dev-python/pytest-timeout: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.3.4-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.4-r1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.4-r1.ebuild index ea2f99bbf4ae..a52959f51ee5 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.4-r1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.4-r1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild index 25ea77f09525..fb6ea36742cc 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |