diff options
author | 2020-09-21 18:03:23 +0200 | |
---|---|---|
committer | 2020-09-21 18:06:29 +0200 | |
commit | 7e851dee3f8e8807a2ea37658023d5a2907933d5 (patch) | |
tree | 42bbfed14bc8b94877f1a436119538203ade62c3 | |
parent | dev-python/pytest-salt-factories: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-7e851dee3f8e8807a2ea37658023d5a2907933d5.tar.gz gentoo-7e851dee3f8e8807a2ea37658023d5a2907933d5.tar.bz2 gentoo-7e851dee3f8e8807a2ea37658023d5a2907933d5.zip |
dev-python/pytest-salt: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-salt/pytest-salt-2020.1.27.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 5cac5c954253..67e51191bed2 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}" |