mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
python-pyroute2: Add recipe
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
675a49ef0a
commit
2315f412f6
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "A pure Python netlink and Linux network configuration library"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=270323035ef766597dabd91747c36e3d"
|
||||
|
||||
SRC_URI[md5sum] = "5d83ec82acb54ab88c98f0d25d13308b"
|
||||
SRC_URI[sha256sum] = "c0e1637a75e099104f14d9e03fd5a698dfcc923a22fbfac4a19bd7e94d1fcaa5"
|
||||
|
||||
SRC_URI += "file://import-simplejson-as-json.patch"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} = "python-distutils \
|
||||
python-simplejson \
|
||||
"
|
||||
Reference in New Issue
Block a user