Skip to content
Snippets Groups Projects
Verified Commit 66f06dbd authored by sunpoet's avatar sunpoet
Browse files

devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update...

devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de164)
parent f0653cb8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ WWW= https://github.com/jamesturk/jellyfish
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<2:devel/py-maturin@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14<2:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
......
......@@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=0.14,<0.15"]
+requires = ["maturin>=0.13,<2"]
+requires = ["maturin>=0.14,<2"]
build-backend = "maturin"
[project]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment