summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cephclient.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cephclient.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cephclient.inc26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cephclient.inc b/meta-openstack/recipes-devtools/python/python-cephclient.inc
deleted file mode 100644
index e8e0d0a..0000000
--- a/meta-openstack/recipes-devtools/python/python-cephclient.inc
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "A client library in python for the Ceph REST API."
2HOMEPAGE = "https://github.com/dmsimard/python-cephclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
6
7PYPI_PACKAGE = "python-cephclient"
8PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-v${PV}.tar.gz"
9
10SRC_URI[md5sum] = "e3746607f1af1573a241b4995c10c938"
11SRC_URI[sha256sum] = "9776b786da2aebdc0439ea2f809cc8923f52bc0cf610f77a9c1348466961134b"
12
13inherit pypi
14
15# DEPENDS_default: python-pip
16
17DEPENDS += " \
18 ${PYTHON_PN}-pip \
19 "
20
21# RDEPENDS_default:
22RDEPENDS_${PN} += " \
23 ${PYTHON_PN}-lxml \
24 ${PYTHON_PN}-requests \
25 ${PYTHON_PN}-cython \
26 "