From 6984e6052bff79d13a77c194deee6a34d2744d57 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 21 Sep 2020 18:03:02 +0200 Subject: dev-python/pytest-django: rm setuptools rdep for pytest entrypoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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(-) (limited to 'dev-python/pytest-django') 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 -- cgit v1.2.3-65-gdbad