diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-falcon_0.2.bb) | 14 |
1 files changed, 8 insertions, 6 deletions
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 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." | |||
| 2 | HOMEPAGE = "http://falconframework.org" | 2 | HOMEPAGE = "http://falconframework.org" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=2bf705a48be7b7799862ffe602c94b87" | 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=a0c7260e38287caff6c266d1f287e962" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "bf9e8bdd20700f1ff7ce6397cd441fbd" | 7 | SRC_URI[md5sum] = "77c52c144dd284e6259d257c6f008072" |
| 8 | SRC_URI[sha256sum] = "92bb899bf6e58e2299e3b1de1e628b90c38544ba3354a0141d108318b50c3402" | 8 | SRC_URI[sha256sum] = "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc" |
| 9 | 9 | ||
| 10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| @@ -15,10 +15,12 @@ do_install_append() { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pip \ | 18 | python3-pip \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 22 | python-six \ | 22 | python3-six \ |
| 23 | python-mimeparse \ | 23 | python3-json \ |
| 24 | python3-xml \ | ||
| 25 | python3-netserver \ | ||
| 24 | " | 26 | " |
