diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-trollius_2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb b/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb new file mode 100644 index 0000000..0a64581 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Port of the Tulip project (asyncio module, PEP 3156) on Python 2" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/trollius" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5704231bc385660783c5fad59e75549d" | ||
| 8 | SRC_URI[sha256sum] = "a8e0e2d3a3193be3e0f113253f41675d2679d23c491f32b37f4e0a736f32a28f" | ||
| 9 | |||
| 10 | inherit pypi | ||
