diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-10-11 17:46:30 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-10-11 17:47:31 +0200 |
commit | 9201c015069461316355c6688d8384be91c18f4c (patch) | |
tree | a38a0860350d58446a6d5cf10cb290f4d368a3a6 /sci-libs/rtree | |
parent | dev-python/isort: update upstream metadata (diff) | |
download | gentoo-9201c015069461316355c6688d8384be91c18f4c.tar.gz gentoo-9201c015069461316355c6688d8384be91c18f4c.tar.bz2 gentoo-9201c015069461316355c6688d8384be91c18f4c.zip |
sci-libs/rtree-0.9.4: set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/747817
Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17889
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs/rtree')
-rw-r--r-- | sci-libs/rtree/rtree-0.9.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild index a7ec92220226..c539f353b91d 100644 --- a/sci-libs/rtree/rtree-0.9.4.ebuild +++ b/sci-libs/rtree/rtree-0.9.4.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |