blob: 3dc5d7cdecae875734cc11cb06b2f3433d263ad5 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "A module wrapper for os.path"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
4
Andrew Geissler87f5cff2022-09-30 13:13:31 -05005SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006
7inherit pypi python_setuptools_build_meta
8
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05009DEPENDS += "python3-setuptools-scm-native"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011BBCLASSEXTEND = "nativesdk native"