diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-14 12:37:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-14 12:37:33 +0100 |
commit | bfd70838c12bf09b92a2daf5504dec27fcb1780e (patch) | |
tree | 666b73ce27519996b20302c63bcfb093c3a89635 /dev-python/hypothesis/hypothesis-5.1.5.ebuild | |
parent | x11-misc/dzen: Fix copyright(QA), SRC_URI (diff) | |
download | gentoo-bfd70838c12bf09b92a2daf5504dec27fcb1780e.tar.gz gentoo-bfd70838c12bf09b92a2daf5504dec27fcb1780e.tar.bz2 gentoo-bfd70838c12bf09b92a2daf5504dec27fcb1780e.zip |
dev-python/hypothesis: Make setuptools RDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis/hypothesis-5.1.5.ebuild')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.1.5.ebuild b/dev-python/hypothesis/hypothesis-5.1.5.ebuild index 24078c547ce7..963f87ee74a0 100644 --- a/dev-python/hypothesis/hypothesis-5.1.5.ebuild +++ b/dev-python/hypothesis/hypothesis-5.1.5.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite" @@ -24,7 +25,6 @@ RDEPEND=" >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] |