summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
index 5c6f4e2356..368b9e49b7 100644
--- a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
@@ -4,21 +4,11 @@ LICENSE = "MIT"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
6 6
7SRC_URI[md5sum] = "c3287d4f0e3bdf625a52d655cc514403"
8SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417" 7SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
9 8
10inherit pypi setuptools3 ptest 9inherit pypi setuptools3 ptest-python-pytest
11 10
12SRC_URI +=" \ 11do_install_ptest:append () {
13 file://run-ptest \
14"
15
16RDEPENDS:${PN}-ptest +=" \
17 python3-pytest \
18 python3-unittest-automake-output \
19"
20
21do_install_ptest() {
22 cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/ 12 cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/
23} 13}
24 14