summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-trollius_git.bb (renamed from meta-openstack/recipes-devtools/python/python-trollius_git.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trollius_git.bb b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb
index 3e15f5f..acba23e 100644
--- a/meta-openstack/recipes-devtools/python/python-trollius_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" 5LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c"
6 6
7PV = "2.0+git${SRCPV}" 7PV = "3.4.3+git${SRCPV}"
8SRCREV = "5e9854d7b7bed6eb6e182808379342355e2bfca4" 8SRCREV = "7b2d8abfce1d7ef18ef516f9b1b7032172630375"
9 9
10SRCNAME = "trollius" 10SRCNAME = "trollius"
11SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius" 11SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius"
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
15inherit setuptools3 15inherit setuptools3
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pip \ 18 python3-pip \
19 " 19 "
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \