merged Bruce
On Wed, Sep 4, 2019 at 11:48 PM Yuan Chao <[email protected]> wrote: > > License File docs/license.txt lost, use PKG-INFO instead. > > Add dependency on python-pytest-runner-native. > > Signed-off-by: Yuan Chao <[email protected]> > --- > .../python/python-pastedeploy_1.5.2.bb | 14 -------------- > .../python/python-pastedeploy_2.0.1.bb | 16 ++++++++++++++++ > 2 files changed, 16 insertions(+), 14 deletions(-) > delete mode 100644 > meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb > create mode 100644 > meta-openstack/recipes-devtools/python/python-pastedeploy_2.0.1.bb > > diff --git > a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb > b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb > deleted file mode 100644 > index c908ccd..0000000 > --- a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb > +++ /dev/null > @@ -1,14 +0,0 @@ > -DESCRIPTION = "Load, configure, and compose WSGI applications and servers" > -HOMEPAGE = "http://pythonpaste.org/deploy/" > -SECTION = "devel/python" > -LICENSE = "MIT" > -LIC_FILES_CHKSUM = > "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" > - > -PYPI_PACKAGE = "PasteDeploy" > - > -SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b" > -SRC_URI[sha256sum] = > "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb" > - > -inherit setuptools pypi > - > -RDEPENDS_${PN} += "python-paste" > diff --git > a/meta-openstack/recipes-devtools/python/python-pastedeploy_2.0.1.bb > b/meta-openstack/recipes-devtools/python/python-pastedeploy_2.0.1.bb > new file mode 100644 > index 0000000..65668fa > --- /dev/null > +++ b/meta-openstack/recipes-devtools/python/python-pastedeploy_2.0.1.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "Load, configure, and compose WSGI applications and servers" > +HOMEPAGE = "http://pythonpaste.org/deploy/" > +SECTION = "devel/python" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d6c3089319205d7e6129f0213b7e949f" > + > +PYPI_PACKAGE = "PasteDeploy" > + > +SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0" > +SRC_URI[sha256sum] = > "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a" > + > +inherit setuptools pypi > + > +DEPENDS += "python-pytest-runner-native" > + > +RDEPENDS_${PN} += "python-paste" > -- > 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
