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-netifaces_0.10.9.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-netifaces_0.10.9.bb (limited to 'external/meta-python2/recipes-devtools/python/python-netifaces_0.10.9.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-netifaces_0.10.9.bb b/external/meta-python2/recipes-devtools/python/python-netifaces_0.10.9.bb new file mode 100644 index 00000000..ba6bd161 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-netifaces_0.10.9.bb @@ -0,0 +1,12 @@ +SUMMARY = "Portable network interface information for Python" +DESCRIPTION = "Portable network interface information for Python" +HOMEPAGE = "https://github.com/al45tair/netifaces" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" + +SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" +SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" + +inherit pypi setuptools -- cgit 1.2.3-korg