File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,12 @@ do_compile () {
159
159
160
160
${PYTHON} -m pip install \
161
161
-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 \
163
168
164
169
165
170
${PIP_ENVARGS} PYTHONPATH = ${B} /pip -buildenv :${PYTHONPATH} ${PYTHON} -m pip install \
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ PREFERRED_VERSION_python3-pyjwt = "2.6.0"
16
16
PREFERRED_VERSION_python3-setuptools = "62.3.1"
17
17
PREFERRED_VERSION_python3-jupyter-packaging = "0.12.0"
18
18
PREFERRED_VERSION_nodejs = "18.18.2"
19
+ PREFERRED_VERSION_python3-wrapt = "1.16.0"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments