diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 | } | ||