diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:16 +0200 |
commit | 6984e6052bff79d13a77c194deee6a34d2744d57 (patch) | |
tree | 36633391005c7afa6c61c102bfb66c02aa069c3d /dev-python/pytest-django | |
parent | dev-python/pytest-describe: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-6984e6052bff79d13a77c194deee6a34d2744d57.tar.gz gentoo-6984e6052bff79d13a77c194deee6a34d2744d57.tar.bz2 gentoo-6984e6052bff79d13a77c194deee6a34d2744d57.zip |
dev-python/pytest-django: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-django')
-rw-r--r-- | dev-python/pytest-django/pytest-django-3.10.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest-django/pytest-django-3.9.0.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pytest-django/pytest-django-3.10.0.ebuild b/dev-python/pytest-django/pytest-django-3.10.0.ebuild index 0dbf356c69a9..a0ae7d0d04bb 100644 --- a/dev-python/pytest-django/pytest-django-3.10.0.ebuild +++ b/dev-python/pytest-django/pytest-django-3.10.0.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-django/pytest-django-3.9.0.ebuild b/dev-python/pytest-django/pytest-django-3.9.0.ebuild index 8643926ecc9c..28a869978693 100644 --- a/dev-python/pytest-django/pytest-django-3.9.0.ebuild +++ b/dev-python/pytest-django/pytest-django-3.9.0.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |