summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-07-28 09:35:59 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-30 15:48:00 -0400
commitb6b5ba138242abea8e866212c92a265884182132 (patch)
tree90e5b90eec0d55ff8949874ef1cf476e27b6c4eb /meta-openstack
parentde4ebbed303b40bb3270a4b793bb1469418c7d6e (diff)
downloadmeta-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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb10
-rw-r--r--meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb18
2 files changed, 18 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb b/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
deleted file mode 100644
index d349a48..0000000
--- a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Python wrapper for extended filesystem attributes"
2HOMEPAGE = "http://github.com/xattr/xattr"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
6
7SRC_URI[md5sum] = "1bef31afb7038800f8d5cfa2f4562b37"
8SRC_URI[sha256sum] = "f9dcebc99555634b697fa3dad8ea3047deb389c6f1928d347a0c49277a5c0e9e"
9
10inherit setuptools3 pypi \ No newline at end of file
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 @@
1DESCRIPTION = "Python wrapper for extended filesystem attributes"
2HOMEPAGE = "http://github.com/xattr/xattr"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
6
7SRC_URI[md5sum] = "3b9a928bc76c14eeeaccbc3c152c4920"
8SRC_URI[sha256sum] = "b0bbca828e04ef2d484a6522ae7b3a7ccad5e43fa1c6f54d78e24bb870f49d44"
9
10inherit setuptools3 pypi
11
12DEPENDS += " \
13 python3-cffi-native \
14"
15
16RDEPENDS_${PN} += " \
17 python3-cffi \
18"