summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-29 12:37:47 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-29 12:46:51 -0800
commite8778f71f797a15f94c094dc1b59d86f68ef9b5b (patch)
tree94356adf333c9f4e9f19314fa6103775bd52d9ca /meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
parentf436ca52ba8ddd447510d6939a4039e9f547300f (diff)
downloadmeta-openembedded-e8778f71f797a15f94c094dc1b59d86f68ef9b5b.tar.gz
python3-betamax: Upgrade to 0.9.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
deleted file mode 100644
index 468a1075b1..0000000000
--- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "VCR imitation for python requests"
2HOMEPAGE = "https://github.com/betamaxpy/betamax"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c"
5
6SRC_URI += " \
7 file://run-ptest \
8 file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \
9"
10
11SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964"
12SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2"
13
14inherit pypi setuptools3 ptest
15
16RDEPENDS:${PN} += " \
17 python3-requests \
18 python3-unittest \
19"
20
21RDEPENDS:${PN}-ptest += " \
22 python3-pytest \
23 python3-unittest-automake-output \
24"
25
26do_install_ptest() {
27 install -d ${D}${PTEST_PATH}/tests
28 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
29}