commit: 7e851dee3f8e8807a2ea37658023d5a2907933d5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 16:03:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 16:06:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e851dee
dev-python/pytest-salt: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild
b/dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild
index 5cac5c95425..67e51191bed 100644
--- a/dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild
+++ b/dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
MY_PV="${PV/_p/.post}"