diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb deleted file mode 100644 index 7979f04c5b..0000000000 --- a/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | SUMMARY = "SMPP library for python" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "GPL-3.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=8b4e2ac8cf248f7b991784f88b630852" | ||
5 | |||
6 | PYPI_PACKAGE = "smpplib" | ||
7 | SRC_URI[sha256sum] = "5215a95b0538d26f189600e0982b31da8281f7453cd6e2862c5b21e3e1002331" | ||
8 | |||
9 | inherit pypi setuptools3 ptest | ||
10 | |||
11 | SRC_URI += " \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-logging \ | ||
17 | python3-six \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS:${PN}-ptest += " \ | ||
21 | python3-mock \ | ||
22 | python3-profile \ | ||
23 | python3-pytest \ | ||
24 | python3-unittest \ | ||
25 | python3-unittest-automake-output \ | ||
26 | " | ||
27 | |||
28 | do_install_ptest() { | ||
29 | install -d ${D}${PTEST_PATH}/tests | ||
30 | cp -rf ${S}/smpplib/tests/* ${D}${PTEST_PATH}/tests/ | ||
31 | } | ||