summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytest-salt.inc
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-08-04 22:40:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-07 22:10:25 -0400
commit75d5f9eeec6c58bc0496a398aaed050c95d4327d (patch)
tree2ce9a216e32ee400f22e46a7cb509dd66f0dcf7d /meta-openstack/recipes-devtools/python/python-pytest-salt.inc
parentc68ae7abb7f5984ebab423325a6c49240abcb97d (diff)
downloadmeta-cloud-services-75d5f9eeec6c58bc0496a398aaed050c95d4327d.tar.gz
python3-pytest-salt: upgrade 2017.7.0 -> 2020.1.27
-License-Update: Change to a PKG-INFO file containing licenses information. 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.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytest-salt.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytest-salt.inc b/meta-openstack/recipes-devtools/python/python-pytest-salt.inc
deleted file mode 100644
index 1f82763..0000000
--- a/meta-openstack/recipes-devtools/python/python-pytest-salt.inc
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "This pytest plugin will allow the Salt Daemons to be used in tests."
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
16RDEPENDS_${PN} = " \
17 ${PYTHON_PN}-pytest \
18 ${PYTHON_PN}-pytest-tempdir \
19 ${PYTHON_PN}-pytest-helpers-namespace \
20 ${PYTHON_PN}-psutil \
21 "