summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-13 21:05:34 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-13 22:02:09 +0300
commit413996eb0434d9d4b3e5d10f88331bf29c0d5e22 (patch)
tree9088435497d56c9502dc7ec24f157ce93f0a756f
parentsys-kernel/gentoo-sources: Linux patch 4.19.211 (diff)
downloadgentoo-413996eb0434d9d4b3e5d10f88331bf29c0d5e22.tar.gz
gentoo-413996eb0434d9d4b3e5d10f88331bf29c0d5e22.tar.bz2
gentoo-413996eb0434d9d4b3e5d10f88331bf29c0d5e22.zip
dev-python/python-fcl: enable py3.10, add missing cython bdep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild b/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
index 950a9e71cccf..d8396eb3e0df 100644
--- a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
+++ b/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,13 +14,13 @@ LICENSE="BSD"
KEYWORDS="~amd64"
SLOT="0"
-IUSE=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
~sci-libs/fcl-0.5.0
sci-libs/octomap
"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/${P}-fix-compiling-on-lld.patch )