diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-14 11:47:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 22:08:27 -0800 |
commit | bf0ef090b87eed989bc86b9c0bbb705394ecb28f (patch) | |
tree | 59252a4f6da93c521d5a5f324ff263f7c6fd231e /meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb | |
parent | 15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc (diff) | |
download | meta-openembedded-bf0ef090b87eed989bc86b9c0bbb705394ecb28f.tar.gz |
python-pytest-tempdir: upgrade 2016.8.20 -> 2019.10.12
-License-Update: Update PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb new file mode 100644 index 0000000000..8a9b83e3df --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require python-pytest-tempdir.inc | ||
2 | |||
3 | inherit setuptools | ||
4 | |||
5 | RDEPENDS_${PN} += " \ | ||
6 | python-pytest \ | ||
7 | " | ||