diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb index ad03eec851..f3d378a594 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | |||
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-pprint \ | 11 | python3-pprint \ |
12 | ${PYTHON_PN}-xml \ | 12 | python3-xml \ |
13 | " | 13 | " |