diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:16 +0200 |
commit | 3826d7a26975b224455298c4daab79039b567995 (patch) | |
tree | 82962eeefe36357290c3befad5de233383cbb989 /dev-python/pytest-describe | |
parent | dev-python/pytest-datadir: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-3826d7a26975b224455298c4daab79039b567995.tar.gz gentoo-3826d7a26975b224455298c4daab79039b567995.tar.bz2 gentoo-3826d7a26975b224455298c4daab79039b567995.zip |
dev-python/pytest-describe: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-describe')
-rw-r--r-- | dev-python/pytest-describe/pytest-describe-1.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild index 30f9e69afae6..7ff8b6475100 100644 --- a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild +++ b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild @@ -3,7 +3,6 @@ EAPI="7" -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |