diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-05-26 03:37:31 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-05 11:01:47 +0200 |
commit | ab2ca92e8322549aa3f13af0c903aa80bd6f10ad (patch) | |
tree | ae3995da31c010210facb675f5b09d051aaaa0ba /meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | |
parent | abc5a71c4d216742dc2af4b475136262ac169612 (diff) | |
download | meta-openembedded-ab2ca92e8322549aa3f13af0c903aa80bd6f10ad.tar.gz |
python3-pyudev: add a python3 recipe
- Split to a common python-pyudev.inc for python2 and python3
- The contextlib module is moved to python3-lang.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb new file mode 100644 index 000000000..0292555c7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require python-pyudev.inc | ||
2 | |||
3 | RDEPENDS_${PN} = "\ | ||
4 | ${PYTHON_PN}-lang \ | ||
5 | " | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | |||