summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-pint_0.24.3.bb6
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 07ae469088..9e828fa5cd 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -103,6 +103,7 @@ PTESTS_SLOW_META_PYTHON = "\
103 python3-lz4 \ 103 python3-lz4 \
104 python3-marshmallow \ 104 python3-marshmallow \
105 python3-pillow \ 105 python3-pillow \
106 python3-pint \
106 python3-pytest-localserver \ 107 python3-pytest-localserver \
107 python3-scrypt \ 108 python3-scrypt \
108 python3-traitlets \ 109 python3-traitlets \
@@ -114,7 +115,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
114 python3-betamax \ 115 python3-betamax \
115 python3-dnspython \ 116 python3-dnspython \
116 python3-fastjsonschema \ 117 python3-fastjsonschema \
117 python3-pint \
118 python3-pyzmq \ 118 python3-pyzmq \
119 python3-whoosh \ 119 python3-whoosh \
120" 120"
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.24.3.bb b/meta-python/recipes-devtools/python/python3-pint_0.24.3.bb
index 23e9fdb0e2..72589dda96 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.24.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.24.3.bb
@@ -6,8 +6,6 @@ SECTION = "devel/python"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b"
8 8
9PYPI_PACKAGE = "pint"
10
11inherit pypi ptest python_setuptools_build_meta 9inherit pypi ptest python_setuptools_build_meta
12 10
13SRC_URI[sha256sum] = "d54771093e8b94c4e0a35ac638c2444ddf3ef685652bab7675ffecfa0c5c5cdf" 11SRC_URI[sha256sum] = "d54771093e8b94c4e0a35ac638c2444ddf3ef685652bab7675ffecfa0c5c5cdf"
@@ -21,8 +19,8 @@ SRC_URI += " \
21" 19"
22 20
23RDEPENDS:${PN} += " \ 21RDEPENDS:${PN} += " \
24 python3-setuptools \ 22 python3-setuptools \
25 python3-packaging \ 23 python3-packaging \
26" 24"
27# python3-misc for timeit.py 25# python3-misc for timeit.py
28RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \