diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-28 09:35:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:48:00 -0400 |
| commit | b6b5ba138242abea8e866212c92a265884182132 (patch) | |
| tree | 90e5b90eec0d55ff8949874ef1cf476e27b6c4eb /meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb | |
| parent | de4ebbed303b40bb3270a4b793bb1469418c7d6e (diff) | |
| download | meta-cloud-services-b6b5ba138242abea8e866212c92a265884182132.tar.gz | |
python3-xattr: upgrade 0.6.4 -> 0.9.7
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb new file mode 100644 index 0000000..ea31fc1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Python wrapper for extended filesystem attributes" | ||
| 2 | HOMEPAGE = "http://github.com/xattr/xattr" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "3b9a928bc76c14eeeaccbc3c152c4920" | ||
| 8 | SRC_URI[sha256sum] = "b0bbca828e04ef2d484a6522ae7b3a7ccad5e43fa1c6f54d78e24bb870f49d44" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-cffi-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python3-cffi \ | ||
| 18 | " | ||
