blob: ce71796339197278f91924206c6ac75fe1051ae0 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "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 Williamse760df82023-05-26 11:10:49 -05006SRC_URI[sha256sum] = "a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
Patrick Williams39653562024-03-01 08:54:02 -06008DEPENDS += "python3-pbr-native"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10inherit pypi setuptools3
11
Patrick Williams39653562024-03-01 08:54:02 -060012RDEPENDS:${PN} += "python3-pbr python3-six"
Andrew Geissler517393d2023-01-13 08:55:19 -060013
14BBCLASSEXTEND = "native"