Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python3-lockfile_0.12.2.bb
1 SUMMARY = "Platform-independent file locking module"
2 HOMEPAGE = "https://pypi.org/project/lockfile/"
3 LICENSE = "MIT"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72"
5
6 SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9"
7 SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"
8
9 inherit pypi setuptools3
10
11 DEPENDS += "python3-distutils-extra-native python3-pbr-native"
12 RDEPENDS_${PN} += "python3-sqlite3"
13
14 BBCLASSEXTEND = "native nativesdk"