Release image for Cherry
[pti/rtp.git] / scripts / meta-patches / src_stx / meta-cloud-services / 0002-Package-Upgrade-croniter-and-kombu.patch
1 From 19abab88b100547c69eff4229724634acc6294a5 Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Wed, 22 Jan 2020 16:38:55 -0800
4 Subject: [PATCH 2/5] Package Upgrade croniter and kombu
5
6 ---
7  .../python/python-croniter_0.3.31.bb          | 21 +++++++++++++++++++
8  .../python/python-kombu_4.6.7.bb              | 16 ++++++++++++++
9  2 files changed, 37 insertions(+)
10  create mode 100644 meta-openstack/recipes-devtools/python/python-croniter_0.3.31.bb
11  create mode 100644 meta-openstack/recipes-devtools/python/python-kombu_4.6.7.bb
12
13 diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.31.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.31.bb
14 new file mode 100644
15 index 0000000..c6e6eb8
16 --- /dev/null
17 +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.31.bb
18 @@ -0,0 +1,21 @@
19 +DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
20 +HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4"
21 +SECTION = "devel/python"
22 +LICENSE = "MIT"
23 +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=03c210f850d2e973a2599fa42308cdc0"
24 +
25 +# Archived version so we have to overwrite what the pypi class will derive
26 +PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz"
27 +
28 +SRC_URI[md5sum] = "84020f61103e8d715256547207fefe79"
29 +SRC_URI[sha256sum] = "8984b4b27ddfc4b95b2bcec17ee31f827426cf1d717c2af79eff4b4435e23197"
30 +
31 +inherit setuptools pypi
32 +
33 +DEPENDS += " \
34 +        python-pip \
35 +        "
36 +
37 +RDEPENDS_${PN} += " \
38 +        python-dateutil \
39 +        "
40 diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.7.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.7.bb
41 new file mode 100644
42 index 0000000..8977820
43 --- /dev/null
44 +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.7.bb
45 @@ -0,0 +1,16 @@
46 +DESCRIPTION = "A messaging framework for Python"
47 +HOMEPAGE = "http://kombu.readthedocs.org"
48 +SECTION = "devel/python"
49 +LICENSE = "BSD"
50 +LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"
51 +
52 +SRC_URI[md5sum] = "7fe3e4e60926625b9a47a07e4f3ade2d"
53 +SRC_URI[sha256sum] = "67b32ccb6fea030f8799f8fd50dd08e03a4b99464ebc4952d71d8747b1a52ad1"
54 +
55 +inherit setuptools pypi
56 +
57 +FILES_${PN}-doc += "${datadir}/${SRCNAME}"
58 +
59 +RDEPENDS_${PN} = " \
60 +        python-amqp \
61 +        "
62 -- 
63 2.23.0
64