Skip to content

Commit

Permalink
layers/meta-opentrons: bump python deps (#132)
Browse files Browse the repository at this point in the history
* layers/meta-opentrons: wrapt 1.16.0

* python3-wrapt: new license checksum

* more 517 deps
  • Loading branch information
sfoster1 authored Feb 7, 2024
1 parent 9942b8a commit eaba81c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
7 changes: 6 additions & 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,12 @@ do_compile () {

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


${PIP_ENVARGS} PYTHONPATH=${B}/pip-buildenv:${PYTHONPATH} ${PYTHON} -m pip install \
Expand Down
1 change: 1 addition & 0 deletions layers/meta-opentrons/conf/distro/opentrons.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ PREFERRED_VERSION_python3-pyjwt = "2.6.0"
PREFERRED_VERSION_python3-setuptools = "62.3.1"
PREFERRED_VERSION_python3-jupyter-packaging = "0.12.0"
PREFERRED_VERSION_nodejs = "18.18.2"
PREFERRED_VERSION_python3-wrapt = "1.16.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SUMMARY = "A Python module for decorators, wrappers and monkey patching."
HOMEPAGE = "http://wrapt.readthedocs.org/"
LICENSE = "BSD-2-Clause"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7"

SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d"

inherit pypi setuptools3

RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-stringold \
${PYTHON_PN}-threading \
"

BBCLASSEXTEND = "native"

0 comments on commit eaba81c

Please sign in to comment.