summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb
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/python3-pytest-salt_2020.1.27.bb
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/python3-pytest-salt_2020.1.27.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb b/meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb
new file mode 100644
index 0000000..f8a19e7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb
@@ -0,0 +1,17 @@
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://PKG-INFO;md5=5da5421b61b52c332140da3f2e10e40a"
6
7SRC_URI[md5sum] = "3d6e5d10f7c16abcfbc176b5dbb6ad36"
8SRC_URI[sha256sum] = "fcc29c9e8208eda8955367c11607e72467a68564d5afbcf632b1dd6ecfbe55a1"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} = " \
13 ${PYTHON_PN}-pytest \
14 ${PYTHON_PN}-pytest-tempdir \
15 ${PYTHON_PN}-pytest-helpers-namespace \
16 ${PYTHON_PN}-psutil \
17 "