summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipy_1.01.bb
diff options
context:
space:
mode:
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.bb18
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"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://COPYING;md5=848d24919845901b4f48bae5f13252e6" 10LIC_FILES_CHKSUM = "file://COPYING;md5=848d24919845901b4f48bae5f13252e6"
11 11
12SRC_URI[md5sum] = "d6cf83e7f418ebbd23324ba1c658b907"
13SRC_URI[sha256sum] = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a" 12SRC_URI[sha256sum] = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a"
14 13
15inherit pypi setuptools3_legacy ptest 14inherit pypi setuptools3_legacy ptest-python-pytest
16 15
17SRC_URI += " \ 16PTEST_PYTEST_DIR = "test"
18 file://run-ptest \
19"
20
21RDEPENDS:${PN}-ptest += " \
22 python3-pytest \
23 python3-unittest-automake-output \
24"
25
26do_install_ptest() {
27 install -d ${D}${PTEST_PATH}/test/
28 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test
29}
30 17
31PYPI_PACKAGE = "IPy" 18PYPI_PACKAGE = "IPy"
19UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
32 20
33BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"