summaryrefslogtreecommitdiffstats
path: root/recipes/images/console-image.bb
AgeCommit message (Expand)Author
2009-09-10console-image.bb: Require console-base-imageKhem Raj
2009-04-23console-base-image,console-image,gnuradio-image: readd psplash-zapAndrea Adami
2009-04-22console-base-image,console-image,gnuradio-image: don't hardcode psplash-zapAndrea Adami
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
mut'>stable/sumo-nmut OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-stevedore.inc
blob: 5aa9fb424c0f563025bdd93335c77ee45484de90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Manage dynamic plugins for Python applications"
HOMEPAGE = "https://github.com/dreamhost/stevedore"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

SRC_URI[md5sum] = "42fa2bf0251c96b543765c5ce13f37c9"
SRC_URI[sha256sum] = "e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14"

inherit pypi

DEPENDS += "${PYTHON_PN}-pbr-native"

RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six"

BBCLASSEXTEND = "native"