summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb
diff options
context:
space:
mode:
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.bb31
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 @@
1SUMMARY = "SMPP library for python"
2SECTION = "devel/python"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://README.md;md5=8b4e2ac8cf248f7b991784f88b630852"
5
6PYPI_PACKAGE = "smpplib"
7SRC_URI[sha256sum] = "5215a95b0538d26f189600e0982b31da8281f7453cd6e2862c5b21e3e1002331"
8
9inherit pypi setuptools3 ptest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14
15RDEPENDS:${PN} += " \
16 python3-logging \
17 python3-six \
18"
19
20RDEPENDS:${PN}-ptest += " \
21 python3-mock \
22 python3-profile \
23 python3-pytest \
24 python3-unittest \
25 python3-unittest-automake-output \
26"
27
28do_install_ptest() {
29 install -d ${D}${PTEST_PATH}/tests
30 cp -rf ${S}/smpplib/tests/* ${D}${PTEST_PATH}/tests/
31}