Skip to content

Commit

Permalink
layers/meta-opentrons: add maturin recipe
Browse files Browse the repository at this point in the history
This is from upstream oe-core gatesgarth.
  • Loading branch information
sfoster1 committed Sep 11, 2024
1 parent c5afe36 commit 10c5599
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 2 deletions.
3 changes: 1 addition & 2 deletions layers/meta-opentrons/classes/pipenv_app_bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inherit setuptools3-base

DEPENDS += "python3 python3-native python3-pip-native python3-micropipenv-native "
DEPENDS += "python3 python3-native python3-pip-native python3-micropipenv-native python3-maturin-native "
RDEPENDS:${PN} += " python3 python3-modules"

# directory for version file output
Expand Down Expand Up @@ -165,7 +165,6 @@ do_compile () {
wheel==0.38.4 \
expandvars \
cython \
maturin \


PATH=${B}/pip-buildenv/bin/:${PATH} ${PIP_ENVARGS} PYTHONPATH=${B}/pip-buildenv:${PYTHONPATH} ${PYTHON} -m pip install \
Expand Down
Loading

0 comments on commit 10c5599

Please sign in to comment.