mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
python3-netaddr: upgrade 0.9.0 -> 0.10.0
Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "A network address manipulation library for Python."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
|
||||
|
||||
SRC_URI[sha256sum] = "4c30c54adf4ea4318b3c055ea3d8c7f6554a50aa2cd8aea4605a23caa0b0229e"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-io \
|
||||
python3-pprint \
|
||||
python3-xml \
|
||||
"
|
||||
Reference in New Issue
Block a user