diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-01 08:21:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:03 -0400 |
| commit | b837d15579743960a7a90c051aacd810ebd2f621 (patch) | |
| tree | afee6e97a2fcb3463917384cf2df6c896d30a2c0 /meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb | |
| parent | e1ce9e0cefac31b922c5ae3e5d6cb31c01dffe66 (diff) | |
| download | meta-openembedded-b837d15579743960a7a90c051aacd810ebd2f621.tar.gz | |
python3-ifaddr: upgrade 0.1.7 -> 0.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb new file mode 100644 index 0000000000..6c97c374e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Cross-platform network interface and IP address enumeration \ | ||
| 2 | library" | ||
| 3 | HOMEPAGE = "https://pypi.org/project/ifaddr/" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8debe8d42320ec0ff24665319b625a5e" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | ${PYTHON_PN}-ctypes \ | ||
| 14 | " | ||
