diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb index 47906cea0b..ecd24c95cf 100644 --- a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb | |||
| @@ -3,11 +3,16 @@ HOMEPAGE = "https://github.com/simonrob/pyasyncore" | |||
| 3 | LICENSE = "Python-2.0" | 3 | LICENSE = "Python-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" |
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 ptest-python-pytest | 6 | inherit pypi setuptools3 ptest |
| 7 | SRC_URI += "file://run-ptest" | ||
| 7 | 8 | ||
| 8 | SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6" | 9 | SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6" |
| 9 | 10 | ||
| 10 | RDEPENDS:${PN} += "python3-core python3-io" | 11 | RDEPENDS:${PN} += "python3-core python3-io" |
| 11 | RDEPENDS:${PN}-ptest += "python3-tests" | 12 | RDEPENDS:${PN}-ptest += "python3-tests" |
| 12 | 13 | ||
| 14 | do_install_ptest:append(){ | ||
| 15 | cp -r ${S}/tests ${D}${PTEST_PATH} | ||
| 16 | } | ||
| 17 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
