mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-betterproto: disable dependency check
We need to bypass an unnecessarily strict dependency version check.
Bypasses this error:
* Getting build dependencies for wheel...
ERROR Missing dependencies:
poetry-core<2,>=1.0.0
Fixes:
- http://autobuild.buildroot.net/results/0de/0de5b31bc649b97684deaa826e386ada50022d6a
- 2ae73dec68
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Julien: add link to commit which introduced the issue]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
055f82ebbd
commit
780e14052e
@@ -10,5 +10,6 @@ PYTHON_BETTERPROTO_SITE = https://files.pythonhosted.org/packages/4e/94/930a1368
|
||||
PYTHON_BETTERPROTO_SETUP_TYPE = poetry
|
||||
PYTHON_BETTERPROTO_LICENSE = MIT
|
||||
PYTHON_BETTERPROTO_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_BETTERPROTO_BUILD_OPTS = --skip-dependency-check
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user