commit: 6984e6052bff79d13a77c194deee6a34d2744d57
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 16:03:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 16:06:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6984e605
dev-python/pytest-django: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-django/pytest-django-3.10.0.ebuild | 1 -
dev-python/pytest-django/pytest-django-3.9.0.ebuild | 1 -
2 files changed, 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 0dbf356c69a..a0ae7d0d04b 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 8643926ecc9..28a86997869 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