summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyudev.inc
Commit message (Collapse)AuthorAgeFilesLines
* add libudev to python-pyudev RDEPENDSFlorian Wickert2018-08-031-0/+1
| | | | | | | | pyudev uses ctypes to load libudev shared library at runtime which results in an exception if it cannot be found Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pyudev: add a python3 recipeHongxu Jia2017-06-051-0/+19
- 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>