diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | d6ad0dae171a293f8afad963d3dc0204f460dff0 (patch) | |
| tree | da3d1e2253048ad77948c77b10b808e3d0d944e9 /meta-python | |
| parent | 64dccc68b0c50f6f4284a680750d6c4cb6c43f41 (diff) | |
| download | meta-openembedded-d6ad0dae171a293f8afad963d3dc0204f460dff0.tar.gz | |
python3-ecdsa: don't install tests
If we don't want to pull python3-unittest at run-time then we must not
install test packages. This recipe doesn't provide ptest anyway.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb index 6a399a96fe..d1022891b9 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | |||
| @@ -13,3 +13,7 @@ inherit pypi setuptools3 python3native | |||
| 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" | 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | |||
| 17 | do_install:append() { | ||
| 18 | rm ${D}${PYTHON_SITEPACKAGES_DIR}/ecdsa/test_*.py | ||
| 19 | } | ||
