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 | 12 |
1 files changed, 1 insertions, 11 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 9265081fd0..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,25 +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 | 8 | ||
9 | SRC_URI += " \ | ||
10 | file://run-ptest \ | ||
11 | " | ||
12 | # python3-misc for timeit.py | 9 | # python3-misc for timeit.py |
13 | RDEPENDS:${PN}-ptest += " \ | 10 | RDEPENDS:${PN}-ptest += " \ |
14 | python3-attrs \ | 11 | python3-attrs \ |
15 | python3-misc \ | 12 | python3-misc \ |
16 | python3-pytest \ | ||
17 | python3-pytz \ | 13 | python3-pytz \ |
18 | python3-unittest-automake-output \ | ||
19 | " | 14 | " |
20 | 15 | ||
21 | do_install_ptest() { | ||
22 | install -d ${D}${PTEST_PATH}/tests | ||
23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
24 | } | ||
25 | |||
26 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
27 | python3-netclient \ | 17 | python3-netclient \ |
28 | python3-numbers \ | 18 | python3-numbers \ |