Skip to content

Commit

Permalink
fix: new deps for hatch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jan 12, 2024
1 parent 604f8a3 commit c651209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/meta-opentrons/classes/pipenv_app_bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ do_compile () {

${PYTHON} -m pip install \
-t ${B}/pip-buildenv \
hatchling flit flit-core setuptools==65.6.3 setuptools-scm[toml]==7.1.0 wheel==0.38.4 \
hatchling hatch-vcs flit flit-core setuptools==65.6.3 setuptools-scm[toml]==7.1.0 wheel==0.38.4 hatch-fancy-pypi-readme \


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

0 comments on commit c651209

Please sign in to comment.