Merged. We should also consider deleting the py2 variant.
Bruce On Mon, Aug 5, 2019 at 11:35 PM Zheng Ruoqin <[email protected]> wrote: > Providing a python3 version of python-kombu. > > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > .../recipes-devtools/python/python-kombu.inc | 14 ++++++++++++++ > .../recipes-devtools/python/python-kombu_4.6.0.bb | 15 +-------------- > .../python/python3-kombu_4.6.0.bb | 2 ++ > 3 files changed, 17 insertions(+), 14 deletions(-) > create mode 100644 meta-openstack/recipes-devtools/python/python-kombu.inc > create mode 100644 meta-openstack/recipes-devtools/python/ > python3-kombu_4.6.0.bb > > diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc > b/meta-openstack/recipes-devtools/python/python-kombu.inc > new file mode 100644 > index 0000000..7f66a4b > --- /dev/null > +++ b/meta-openstack/recipes-devtools/python/python-kombu.inc > @@ -0,0 +1,14 @@ > +DESCRIPTION = "A messaging framework for Python" > +HOMEPAGE = "http://kombu.readthedocs.org" > +SECTION = "devel/python" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" > + > +SRC_URI[md5sum] = "3543525c1bfaa74260cbf9a6e47dad2f" > +SRC_URI[sha256sum] = > "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" > + > +FILES_${PN}-doc += "${datadir}/${SRCNAME}" > + > +RDEPENDS_${PN} = " \ > + python-amqp \ > + " > diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb > b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb > index 8cd6825..28b6258 100644 > --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb > +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb > @@ -1,16 +1,3 @@ > -DESCRIPTION = "A messaging framework for Python" > -HOMEPAGE = "http://kombu.readthedocs.org" > -SECTION = "devel/python" > -LICENSE = "BSD" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" > - > -SRC_URI[md5sum] = "3543525c1bfaa74260cbf9a6e47dad2f" > -SRC_URI[sha256sum] = > "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" > - > inherit setuptools pypi > +require python-kombu.inc > > -FILES_${PN}-doc += "${datadir}/${SRCNAME}" > - > -RDEPENDS_${PN} = " \ > - python-amqp \ > - " > diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb > b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb > new file mode 100644 > index 0000000..fc752d9 > --- /dev/null > +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb > @@ -0,0 +1,2 @@ > +inherit setuptools3 pypi > +require python-kombu.inc > -- > 2.17.1 > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
