summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-trollius_2.0.bb10
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 @@
1DESCRIPTION = "Port of the Tulip project (asyncio module, PEP 3156) on Python 2"
2HOMEPAGE = "https://pypi.python.org/pypi/trollius"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c"
6
7SRC_URI[md5sum] = "5704231bc385660783c5fad59e75549d"
8SRC_URI[sha256sum] = "a8e0e2d3a3193be3e0f113253f41675d2679d23c491f32b37f4e0a736f32a28f"
9
10inherit pypi