diff options
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 | " | ||
