[oe-commits] Maciej Borzecki : python-pyudev: add missing dependency on python-contextlib

git at git.openembedded.org git at git.openembedded.org
Wed Jul 29 15:08:14 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 7038b6d2e6de5416960d6414ecc7823deaa85497
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7038b6d2e6de5416960d6414ecc7823deaa85497

Author: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Date:   Tue Jul 14 13:03:55 2015 +0200

python-pyudev: add missing dependency on python-contextlib

Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 964b5f9..9c77f83 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 \
 "



More information about the Openembedded-commits mailing list