From 92dfaeb997483a4ebc1e51cf0ae612e8ead8515b Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Tue, 14 Jul 2015 13:03:55 +0200 Subject: python-pyudev: add missing dependency on python-contextlib Signed-off-by: Maciej Borzecki Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb index 964b5f92b5..9c77f83af9 100644 --- a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb +++ b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb @@ -22,4 +22,5 @@ RDEPENDS_${PN} = "\ python-ctypes \ python-subprocess \ python-misc \ + python-contextlib \ " -- cgit v1.2.3-54-g00ecf