merged. Bruce
In message: [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: Change python to python3 on 08/07/2020 Wang Mingyu wrote: > upgrade 0.2 -> 2.0.0 > > python-mimeparse is only for Python 2, so remove it. > > content of README.rst is changed. > > Signed-off-by: Wang Mingyu <[email protected]> > --- > ...ython-falcon_0.2.bb => python3-falcon_2.0.0.bb} | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > rename meta-openstack/recipes-devtools/python/{python-falcon_0.2.bb => > python3-falcon_2.0.0.bb} (51%) > > diff --git a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb > b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb > similarity index 51% > rename from meta-openstack/recipes-devtools/python/python-falcon_0.2.bb > rename to meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb > index b014a72..648a7dd 100644 > --- a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb > +++ b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb > @@ -2,10 +2,10 @@ DESCRIPTION = "An unladen web framework for building APIs > and app backends." > HOMEPAGE = "http://falconframework.org" > SECTION = "devel/python" > LICENSE = "Apache-2.0" > -LIC_FILES_CHKSUM = "file://README.rst;md5=2bf705a48be7b7799862ffe602c94b87" > +LIC_FILES_CHKSUM = "file://README.rst;md5=a0c7260e38287caff6c266d1f287e962" > > -SRC_URI[md5sum] = "bf9e8bdd20700f1ff7ce6397cd441fbd" > -SRC_URI[sha256sum] = > "92bb899bf6e58e2299e3b1de1e628b90c38544ba3354a0141d108318b50c3402" > +SRC_URI[md5sum] = "77c52c144dd284e6259d257c6f008072" > +SRC_URI[sha256sum] = > "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc" > > inherit setuptools3 pypi > > @@ -15,10 +15,12 @@ do_install_append() { > } > > DEPENDS += " \ > - python-pip \ > + python3-pip \ > " > > RDEPENDS_${PN} += " \ > - python-six \ > - python-mimeparse \ > + python3-six \ > + python3-json \ > + python3-xml \ > + python3-netserver \ > " > -- > 2.17.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5559): https://lists.yoctoproject.org/g/meta-virtualization/message/5559 Mute This Topic: https://lists.yoctoproject.org/mt/75390947/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
