Skip to content

Commit eaba81c

Browse files
authoredFeb 7, 2024··
layers/meta-opentrons: bump python deps (#132)
* layers/meta-opentrons: wrapt 1.16.0 * python3-wrapt: new license checksum * more 517 deps
1 parent 9942b8a commit eaba81c

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed
 

‎layers/meta-opentrons/classes/pipenv_app_bundle.bbclass

+6-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,12 @@ do_compile () {
159159

160160
${PYTHON} -m pip install \
161161
-t ${B}/pip-buildenv \
162-
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 \
162+
hatchling hatch-vcs hatch-fancy-pypi-readme \
163+
flit flit-core flit_scm \
164+
setuptools==65.6.3 setuptools-scm[toml]==7.1.0 \
165+
wheel==0.38.4 \
166+
expandvars \
167+
cython \
163168

164169

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

‎layers/meta-opentrons/conf/distro/opentrons.conf

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ PREFERRED_VERSION_python3-pyjwt = "2.6.0"
1616
PREFERRED_VERSION_python3-setuptools = "62.3.1"
1717
PREFERRED_VERSION_python3-jupyter-packaging = "0.12.0"
1818
PREFERRED_VERSION_nodejs = "18.18.2"
19+
PREFERRED_VERSION_python3-wrapt = "1.16.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SUMMARY = "A Python module for decorators, wrappers and monkey patching."
2+
HOMEPAGE = "http://wrapt.readthedocs.org/"
3+
LICENSE = "BSD-2-Clause"
4+
SECTION = "devel/python"
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7"
6+
7+
SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d"
8+
9+
inherit pypi setuptools3
10+
11+
RDEPENDS:${PN}:class-target += "\
12+
${PYTHON_PN}-stringold \
13+
${PYTHON_PN}-threading \
14+
"
15+
16+
BBCLASSEXTEND = "native"

0 commit comments

Comments
 (0)
Please sign in to comment.