diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-29 12:37:47 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 12:46:51 -0800 |
| commit | e8778f71f797a15f94c094dc1b59d86f68ef9b5b (patch) | |
| tree | 94356adf333c9f4e9f19314fa6103775bd52d9ca /meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |
| parent | f436ca52ba8ddd447510d6939a4039e9f547300f (diff) | |
| download | meta-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.bb | 29 |
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 @@ | |||
| 1 | DESCRIPTION = "VCR imitation for python requests" | ||
| 2 | HOMEPAGE = "https://github.com/betamaxpy/betamax" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c" | ||
| 5 | |||
| 6 | SRC_URI += " \ | ||
| 7 | file://run-ptest \ | ||
| 8 | file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964" | ||
| 12 | SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 ptest | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-requests \ | ||
| 18 | python3-unittest \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS:${PN}-ptest += " \ | ||
| 22 | python3-pytest \ | ||
| 23 | python3-unittest-automake-output \ | ||
| 24 | " | ||
| 25 | |||
| 26 | do_install_ptest() { | ||
| 27 | install -d ${D}${PTEST_PATH}/tests | ||
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 29 | } | ||
