diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2015-07-14 13:03:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:03:26 +0200 |
commit | 92dfaeb997483a4ebc1e51cf0ae612e8ead8515b (patch) | |
tree | c10b96d022d6a8e70f08d0fef99e33904e68f42f /meta-python | |
parent | 4eb06c68fbbc9ba9dd9925ad807a1cc087d58974 (diff) | |
download | meta-openembedded-92dfaeb997483a4ebc1e51cf0ae612e8ead8515b.tar.gz |
python-pyudev: add missing dependency on python-contextlib
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 964b5f92b..9c77f83af 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} = "\ | |||
22 | python-ctypes \ | 22 | python-ctypes \ |
23 | python-subprocess \ | 23 | python-subprocess \ |
24 | python-misc \ | 24 | python-misc \ |
25 | python-contextlib \ | ||
25 | " | 26 | " |