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

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

devel/py-watchfiles: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de164)
parent d3544137
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ WWW= https://github.com/samuelcolvin/watchfiles
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.16<2:devel/py-maturin@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0:devel/py-anyio@${PY_FLAVOR}
USES= cargo dos2unix python
......
......@@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
[build-system]
-requires = ['maturin>=0.14.16,<0.15']
+requires = ['maturin>=0.13,<2']
+requires = ['maturin>=0.14.16,<2']
build-backend = 'maturin'
[project]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment