aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyudev.inc
AgeCommit message (Collapse)Author
2018-08-03add libudev to python-pyudev RDEPENDSFlorian Wickert
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>
2018-01-26Remove deprecated python3-subprocess from the RDEPENDSDerek Straka
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>
2017-06-05python3-pyudev: add a python3 recipeHongxu Jia
- 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>