diff options
author | Sergey Kizunov <sergey.kizunov@ni.com> | 2018-08-29 13:14:53 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-29 18:18:14 -0700 |
commit | f60b850edde6f6b11e252e1127538ed9aededcfb (patch) | |
tree | d9cf4b720d4e012e2368745f8704010098ce2e4c /meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb | |
parent | 4fb7aa816cc617f74fd9b65e13b7346fbd8c9219 (diff) | |
download | meta-openembedded-f60b850edde6f6b11e252e1127538ed9aededcfb.tar.gz |
python-pytest-tempdir: add recipe
Adds support for a predictable and repeatable temporary directory.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb new file mode 100644 index 0000000000..74030dcf5c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Adds support for a predictable and repeatable temporary directory." | ||
2 | HOMEPAGE = "https://github.com/saltstack/pytest-tempdir" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce" | ||
6 | |||
7 | SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5" | ||
8 | SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} += " \ | ||
13 | python-pytest \ | ||
14 | " | ||