aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-salttesting_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-salttesting_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
index fdc0341a..51cf18ec 100644
--- a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5"
-SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop \
+SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;protocol=https \
file://0001-Add-ptest-output-option-to-test-suite.patch \
"
@@ -13,7 +13,7 @@ PV = "2018.9.21+git${SRCPV}"
S = "${WORKDIR}/git"
-RDEPENDS_${PN} = "\
+RDEPENDS:${PN} = "\
python3-mock \
python3-unittest \
"