diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:02:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:15 +0200 |
commit | 7c069c66e87f45a99c9e277dceafa01b21757c7e (patch) | |
tree | 3a69f871810267616c882e1968c66d72393c10f7 /dev-python/pytest-datadir | |
parent | dev-python/pytest-cov: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-7c069c66e87f45a99c9e277dceafa01b21757c7e.tar.gz gentoo-7c069c66e87f45a99c9e277dceafa01b21757c7e.tar.bz2 gentoo-7c069c66e87f45a99c9e277dceafa01b21757c7e.zip |
dev-python/pytest-datadir: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r-- | dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild index 4410dfb88542..b02fc26e1162 100644 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |