mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python-cmd2: import from meta-openstack
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
617e044564
commit
18be44a6ed
20
meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
Normal file
20
meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Imported from git://git.yoctoproject.org/meta-cloud-services
|
||||
|
||||
SUMMARY = "Extra features for standard library's cmd module"
|
||||
HOMEPAGE = "http://packages.python.org/cmd2/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e"
|
||||
|
||||
SRCNAME = "cmd2"
|
||||
|
||||
SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51"
|
||||
SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-pyparsing"
|
||||
Loading…
Reference in New Issue
Block a user