commit:     413996eb0434d9d4b3e5d10f88331bf29c0d5e22
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 18:05:34 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 19:02:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413996eb

dev-python/python-fcl: enable py3.10, add missing cython bdep

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild | 4 ++--
 1 file 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 950a9e71ccc..d8396eb3e0d 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 )
 

Reply via email to