diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:23 +0200 |
commit | 406b6c8ac768c1647168cc14ff9a24130fbd35a1 (patch) | |
tree | e24ce5305e422c2d24521bc20f01f9d020bf69bc /dev-python/pytest-mock | |
parent | dev-python/pytest-localserver: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.tar.gz gentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.tar.bz2 gentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.zip |
dev-python/pytest-mock: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-3.3.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild b/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild index 366172dd1a2f..9671b4ec0572 100644 --- a/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |