diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb index 6fcf346bc4..ed5175fcf7 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb | |||
@@ -13,10 +13,10 @@ do_configure:prepend() { | |||
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS:${PN} = "\ | 15 | RDEPENDS:${PN} = "\ |
16 | ${PYTHON_PN}-ctypes \ | 16 | python3-ctypes \ |
17 | ${PYTHON_PN}-misc \ | 17 | python3-misc \ |
18 | ${PYTHON_PN}-six \ | 18 | python3-six \ |
19 | ${PYTHON_PN}-threading \ | 19 | python3-threading \ |
20 | ${PYTHON_PN}-fcntl \ | 20 | python3-fcntl \ |
21 | libudev \ | 21 | libudev \ |
22 | " | 22 | " |