diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-02-23 14:29:15 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-02-28 00:21:23 +0000 |
commit | 822dd75da56a18b45c5608e51d1979f0e56f92ff (patch) | |
tree | 8e5e999f3316674ce33db6959b54d24998ee0b73 /meta-phosphor/common | |
parent | d55504be2af13ed6905fb94b57c8b2a34f026b81 (diff) | |
download | talos-openbmc-822dd75da56a18b45c5608e51d1979f0e56f92ff.tar.gz talos-openbmc-822dd75da56a18b45c5608e51d1979f0e56f92ff.zip |
bottle: update to bottle 0.12.13
Tested: Built Witherspoon image and sanity checked REST API
Change-Id: I5f4a744fe34cc588933aac0cf8beec7ee72fa1b2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.13.bb | 5 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.9.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.13.bb b/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.13.bb new file mode 100644 index 000000000..590a3eb75 --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.13.bb @@ -0,0 +1,5 @@ +SRCNAME = "bottle" +SRC_URI = "https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/${SRCNAME}-${PV}.tar.gz;name=tarball file://LICENSE file://json-format.patch" +SRC_URI[tarball.sha256sum] = "39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355" +SRC_URI[tarball.md5sum] = "d2fe1b48c1d49217e78bf326b1cad437" +require python-bottle.inc diff --git a/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.9.bb b/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.9.bb deleted file mode 100644 index 4c620450b..000000000 --- a/meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.9.bb +++ /dev/null @@ -1,5 +0,0 @@ -SRCNAME = "bottle" -SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=tarball file://LICENSE file://json-format.patch" -SRC_URI[tarball.sha256sum] = "fe0a24b59385596d02df7ae7845fe7d7135eea73799d03348aeb9f3771500051" -SRC_URI[tarball.md5sum] = "f5850258a86224a791171e8ecbb66d99" -require python-bottle.inc |