From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-netaddr_0.7.19.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-netaddr_0.7.19.bb (limited to 'external/meta-python2/recipes-devtools/python/python-netaddr_0.7.19.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-netaddr_0.7.19.bb b/external/meta-python2/recipes-devtools/python/python-netaddr_0.7.19.bb new file mode 100644 index 00000000..0353c2f9 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-netaddr_0.7.19.bb @@ -0,0 +1,14 @@ +SUMMARY = "A network address manipulation library for Python." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44" + +SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07" +SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" + +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-textutils \ + ${PYTHON_PN}-xml \ +" -- cgit 1.2.3-korg