blob: 2d68a78e37b35dff96cbea004204407fa3144f47 [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 Geissler69721092021-07-23 12:57:00 -04007SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899"
Brad Bishop19323692019-04-05 15:28:33 -04008
Patrick Williams213cb262021-08-07 19:21:33 -05009RDEPENDS:${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