blob: 9ff4d1318d1bf17900bd4f2f1e2f4e2f11b667b3 [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 \
Patrick Williams39653562024-03-01 08:54:02 -060010 python3-shell \
Brad Bishop19323692019-04-05 15:28:33 -040011 "
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013inherit pypi python_poetry_core
Brad Bishop19323692019-04-05 15:28:33 -040014
15BBCLASSEXTEND = "native"
16