summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-04 15:46:49 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-06 14:10:45 -0500
commit672c62323dc1df22914b05b747db82474895a8ff (patch)
tree2b5394b2bc48023813f15a7d5a3befd7cf970c36 /meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb
parentc0230947230e4f73823d14504a7a72df2e59f3da (diff)
downloadmeta-cloud-services-672c62323dc1df22914b05b747db82474895a8ff.tar.gz
python-pytest-salt: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb23
1 files changed, 1 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb b/meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb
index e2cf1cd..e599e77 100644
--- a/meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-pytest-salt_2017.7.0.bb
@@ -1,23 +1,2 @@
1SUMMARY = "This pytest plugin will allow the Salt Daemons to be used in tests." 1require python-pytest-salt.inc
2HOMEPAGE = "https://github.com/saltstack/pytest-salt"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
6
7SRCNAME = "pytest-salt"
8SRC_URI = "git://github.com/saltstack/${SRCNAME}.git;branch=master"
9
10SRC_URI[md5sum] = "c598d7db87ea52cdeb067d7596b3b0b1"
11SRC_URI[sha256sum] = "7052459cda9fbdbbfff9a25b24243b0b96cf56835a2c41135d754cc5b65e2494"
12
13SRCREV = "feb5031f80cf84b113ebe69543cdd44b6a373d21"
14S = "${WORKDIR}/git"
15
16inherit setuptools 2inherit setuptools
17
18RDEPENDS_${PN} = " \
19 python-pytest \
20 python-pytest-tempdir \
21 python-pytest-helpers-namespace \
22 python-psutil \
23 "