blob: 7a98ef28843506dc495434226168ebccd7052104 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Python module to interface with the pkg-config command line too"
2HOMEPAGE = "http://github.com/matze/pkgconfig"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
6
Andrew Geissler97771a32021-03-05 15:23:11 -06007SRC_URI[sha256sum] = "38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94"
Brad Bishop19323692019-04-05 15:28:33 -04008
9RDEPENDS_${PN} = "pkgconfig \
Andrew Geissler7f40b712020-05-15 14:09:53 -050010 ${PYTHON_PN}-shell \
Brad Bishop19323692019-04-05 15:28:33 -040011 "
12
Andrew Geisslerd221e032020-07-10 16:13:21 -050013inherit pypi setuptools3
Brad Bishop19323692019-04-05 15:28:33 -040014
15BBCLASSEXTEND = "native"
16