blob: 70c43f3acec22d62749b09e288876f6fcf44544d [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001DESCRIPTION = "Manage dynamic plugins for Python applications"
2HOMEPAGE = "https://docs.openstack.org/stevedore/latest/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
Patrick Williams975a06f2022-10-21 14:42:47 -05006SRC_URI[sha256sum] = "9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a"
Andrew Geisslereff27472021-10-29 15:35:00 -05007
8DEPENDS += "${PYTHON_PN}-pbr-native"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six"
13
14BBCLASSEXTEND = "native"