diff options
Diffstat (limited to 'meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb')
| -rw-r--r-- | meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb new file mode 100644 index 0000000000..e3b55a7eab --- /dev/null +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Cross-platform locking library" | ||
| 2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" | ||
| 3 | LICENSE = "PSF-2.0" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
