python-ecdsa: use meta-openstack's recipe

This commit is contained in:
Lukas Bulwahn 2017-12-16 08:49:51 +01:00
parent 14ee7fb7cc
commit 1f1ecbc360
2 changed files with 6 additions and 8 deletions

View File

@ -259,6 +259,10 @@ resolved in the past.
(cf. https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb)
licensed with the MIT License.
The python-ecdsa recipe originated from the recipe in the OpenStack Yocto layer
(cf. http://git.yoctoproject.org/clean/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb?id=38973e8bc393a4ca36090c58c8b6eb6d093ea69a)
licensed with the MIT License.
The core-image-ros-* recipes originated from the core-image-minimal recipe in OpenEmbedded Core
(cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb)
licensed with the MIT License.

View File

@ -4,16 +4,10 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRCNAME = "ecdsa"
SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670"
SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
inherit setuptools pypi
DEPENDS += " \
python-pip \
@ -23,4 +17,4 @@ DEPENDS += " \
# RDEPENDS_default:
RDEPENDS_${PN} += " \
python-pbr \
"
"