Skip to content

Commit

Permalink
layers/meta-opentrons: wrapt 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 5, 2024
1 parent 6e1904b commit a121803
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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=fdfc019b57affbe1d7a32e3d34e83db4"

SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d"

inherit pypi setuptools3

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

BBCLASSEXTEND = "native"

0 comments on commit a121803

Please sign in to comment.