mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
python-pyexpect: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f683d1c8fa
commit
d8eb504d76
|
|
@ -1,11 +0,0 @@
|
|||
SUMMARY = "Python expectaton library"
|
||||
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=500b884e9dcd5f677a53cbbee8ace939"
|
||||
|
||||
inherit pypi
|
||||
|
||||
SRC_URI[md5sum] = "dc744289858001925c75d21e26f1260f"
|
||||
SRC_URI[sha256sum] = "bff4654b113dac6c2231e486e11dcb23281ddc0742a5404467303fe7638829ef"
|
||||
|
|
@ -1,2 +1,11 @@
|
|||
inherit setuptools3
|
||||
require python-pyexpect.inc
|
||||
SUMMARY = "Python expectaton library"
|
||||
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=500b884e9dcd5f677a53cbbee8ace939"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "dc744289858001925c75d21e26f1260f"
|
||||
SRC_URI[sha256sum] = "bff4654b113dac6c2231e486e11dcb23281ddc0742a5404467303fe7638829ef"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user