diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-netaddr.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc b/meta-python/recipes-devtools/python/python-netaddr.inc index 26b0f1ed0..486bfc600 100644 --- a/meta-python/recipes-devtools/python/python-netaddr.inc +++ b/meta-python/recipes-devtools/python/python-netaddr.inc | |||
@@ -6,3 +6,9 @@ SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07" | |||
6 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" | 6 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-pprint \ | ||
12 | ${PYTHON_PN}-textutils \ | ||
13 | ${PYTHON_PN}-xml \ | ||
14 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb index 30416a4ff..a64abcc83 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb | |||
@@ -1,2 +1,7 @@ | |||
1 | require python-netaddr.inc | 1 | require python-netaddr.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-enum \ | ||
6 | ${PYTHON_PN}-selectors \ | ||
7 | " | ||