summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb b/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
index a0454686ee..68572d98b1 100644
--- a/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
@@ -3,13 +3,18 @@ HOMEPAGE = "https://github.com/betamaxpy/betamax"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c"
5 5
6PV .= "+git"
7
8SRCREV = "8f3d284103676a43d1481b5cffae96f3a601e0be"
6SRC_URI += " \ 9SRC_URI += " \
7 file://run-ptest \ 10 file://run-ptest \
11 git://github.com/betamaxpy/betamax;protocol=https;branch=main \
8 file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \ 12 file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \
9" 13"
10SRC_URI[sha256sum] = "82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94"
11 14
12inherit pypi setuptools3 ptest 15S = "${WORKDIR}/git"
16
17inherit setuptools3 ptest
13 18
14RDEPENDS:${PN} += " \ 19RDEPENDS:${PN} += " \
15 python3-requests \ 20 python3-requests \