Skip to content

Commit

Permalink
include hatch and allow binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Sep 28, 2023
1 parent 13f68c5 commit 68f491d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layers/meta-opentrons/classes/pipenv_app_bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,18 @@ do_compile () {
mkdir -p ${B}/pip-downloads

bbnote "Installing common build deps ahead of time"
${PIP_ENVARGS} ${PYTHON} -m pip download \

${PYTHON} -m pip download \
--dest=${B}/pip-downloads \
-- \
flit setuptools setuptools_scm[toml]
flit hatch setuptools setuptools_scm[toml]

bbnote "Downloading pypi packages"

${PIP_ENVARGS} ${PYTHON} -m pip download \
-r ${B}/pypi.txt \
--no-deps \
--no-binary :all: \
--dest=${B}/pip-downloads/ \
-vvv

Expand Down

0 comments on commit 68f491d

Please sign in to comment.