diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2018-08-29 13:14:54 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-29 18:18:14 -0700 |
commit | 2b5fb4f8178cc685dab6719eb02f2e43b80beec0 (patch) | |
tree | cb03710c130bd3cc9a134ea6e5ad94854130faca /meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb | |
parent | f60b850edde6f6b11e252e1127538ed9aededcfb (diff) | |
download | meta-openembedded-2b5fb4f8178cc685dab6719eb02f2e43b80beec0.tar.gz |
python3-pytest-tempdir: add recipe
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb new file mode 100644 index 0000000000..02e8215636 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require python-pytest-tempdir.inc | ||
2 | |||
3 | inherit setuptools3 | ||
4 | |||
5 | RDEPENDS_${PN} += " \ | ||
6 | python3-pytest \ | ||
7 | " | ||