aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
blob: fdc0341a6af61535d6da5282faf892b476ad9f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Common testing tools used in the Salt Stack projects"
HOMEPAGE = "https://github.com/saltstack/salt-testing"
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 \
           file://0001-Add-ptest-output-option-to-test-suite.patch \
           "

SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9"
PV = "2018.9.21+git${SRCPV}"

S = "${WORKDIR}/git"

RDEPENDS_${PN} = "\
                  python3-mock \
                  python3-unittest \
"

inherit setuptools3