From 75d5f9eeec6c58bc0496a398aaed050c95d4327d Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 4 Aug 2020 22:40:33 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-pytest-salt_2020.1.27.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb (limited to 'meta-openstack/recipes-devtools/python/python3-pytest-salt_2020.1.27.bb') 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 @@ +SUMMARY = "This pytest plugin will allow the Salt Daemons to be used in tests." +HOMEPAGE = "https://github.com/saltstack/pytest-salt" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5da5421b61b52c332140da3f2e10e40a" + +SRC_URI[md5sum] = "3d6e5d10f7c16abcfbc176b5dbb6ad36" +SRC_URI[sha256sum] = "fcc29c9e8208eda8955367c11607e72467a68564d5afbcf632b1dd6ecfbe55a1" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = " \ + ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-pytest-tempdir \ + ${PYTHON_PN}-pytest-helpers-namespace \ + ${PYTHON_PN}-psutil \ + " -- cgit v1.2.3-54-g00ecf