summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
new file mode 100644
index 0000000..7f538c7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Oslo Serialization API"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PR = "r0"
8
9SRCNAME = "oslo.serialization"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11
12PV = "1.0.0"
13SRCREV = "ddde5a5a5ac4ff2ebaed7297bf35536b51aeabda"
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "