summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
new file mode 100644
index 0000000000..15350e9426
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "A network address manipulation library for Python."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
4
5SRC_URI[sha256sum] = "4c30c54adf4ea4318b3c055ea3d8c7f6554a50aa2cd8aea4605a23caa0b0229e"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += " \
10 python3-io \
11 python3-pprint \
12 python3-xml \
13"