diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipy_1.01.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipy_1.01.bb | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb index 36d0b9ae27..6a35e12ffe 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb | |||
@@ -9,25 +9,13 @@ HOMEPAGE = "https://github.com/autocracy/python-ipy" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=848d24919845901b4f48bae5f13252e6" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=848d24919845901b4f48bae5f13252e6" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d6cf83e7f418ebbd23324ba1c658b907" | ||
13 | SRC_URI[sha256sum] = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a" | 12 | SRC_URI[sha256sum] = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a" |
14 | 13 | ||
15 | inherit pypi setuptools3_legacy ptest | 14 | inherit pypi setuptools3_legacy ptest-python-pytest |
16 | 15 | ||
17 | SRC_URI += " \ | 16 | PTEST_PYTEST_DIR = "test" |
18 | file://run-ptest \ | ||
19 | " | ||
20 | |||
21 | RDEPENDS:${PN}-ptest += " \ | ||
22 | python3-pytest \ | ||
23 | python3-unittest-automake-output \ | ||
24 | " | ||
25 | |||
26 | do_install_ptest() { | ||
27 | install -d ${D}${PTEST_PATH}/test/ | ||
28 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test | ||
29 | } | ||
30 | 17 | ||
31 | PYPI_PACKAGE = "IPy" | 18 | PYPI_PACKAGE = "IPy" |
19 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
32 | 20 | ||
33 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |