merged. Bruce
In message: [meta-virtualization] [PATCH 1/7] python3-pyscss: Change to python3 on 17/11/2020 zhengruoqin wrote: > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > ...thon-pyscss_1.3.4.bb => python3-pyscss_1.3.7.bb} | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > rename meta-openstack/recipes-devtools/python/{python-pyscss_1.3.4.bb => > python3-pyscss_1.3.7.bb} (61%) > > diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb > b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb > similarity index 61% > rename from meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb > rename to meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb > index 60e300de..0c7528a5 100644 > --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb > +++ b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb > @@ -6,22 +6,25 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" > > PYPI_PACKAGE = "pyScss" > > -SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7" > -SRC_URI[sha256sum] = > "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" > +SRC_URI[md5sum] = "c75fa4ea88d3c9df57a11679f337a939" > +SRC_URI[sha256sum] = > "f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf" > > inherit setuptools3 pypi > > # DEPENDS_default: python-pip > > DEPENDS += " \ > - python-pip \ > + python3-pip \ > libpcre \ > - python-six \ > + python3-six \ > " > > # RDEPENDS_default: > RDEPENDS_${PN} += " \ > - python-enum \ > + python3-logging \ > + python3-six \ > + python3-numbers \ > + python3-image \ > " > > CLEANBROKEN = "1" > -- > 2.25.1 > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6110): https://lists.yoctoproject.org/g/meta-virtualization/message/6110 Mute This Topic: https://lists.yoctoproject.org/mt/78368333/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
