diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-stevedore.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-stevedore.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc new file mode 100644 index 0000000000..b23fb4c8c5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-stevedore.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Manage dynamic plugins for Python applications" | ||
2 | HOMEPAGE = "https://github.com/dreamhost/stevedore" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI[md5sum] = "b736a71431a2ff5831bbff4a6ccec0c1" | ||
7 | SRC_URI[sha256sum] = "f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b" | ||
8 | |||
9 | inherit pypi | ||
10 | |||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||