diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.41.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.41.bb | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb index 941b5ee0f3..f6c7b5443b 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb | |||
@@ -4,23 +4,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" | |||
4 | 4 | ||
5 | SRC_URI[sha256sum] = "0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095" | 5 | SRC_URI[sha256sum] = "0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095" |
6 | 6 | ||
7 | inherit pypi ptest setuptools3 | 7 | inherit pypi ptest-python-pytest setuptools3 |
8 | |||
9 | SRC_URI += " \ | ||
10 | file://run-ptest \ | ||
11 | " | ||
12 | 8 | ||
9 | # python3-misc for timeit.py | ||
13 | RDEPENDS:${PN}-ptest += " \ | 10 | RDEPENDS:${PN}-ptest += " \ |
14 | python3-pytest \ | 11 | python3-attrs \ |
12 | python3-misc \ | ||
15 | python3-pytz \ | 13 | python3-pytz \ |
16 | python3-unittest-automake-output \ | ||
17 | " | 14 | " |
18 | 15 | ||
19 | do_install_ptest() { | ||
20 | install -d ${D}${PTEST_PATH}/tests | ||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
22 | } | ||
23 | |||
24 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
25 | python3-netclient \ | 17 | python3-netclient \ |
26 | python3-numbers \ | 18 | python3-numbers \ |