diff options
Diffstat (limited to 'meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb')
| -rw-r--r-- | meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb b/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb new file mode 100644 index 0000000000..f86152c4a6 --- /dev/null +++ b/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A simple connection pool for gevent" | ||
| 2 | DESCRIPTION = "creates a pool of connections that can be used with gevent" | ||
| 3 | HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" | ||
| 6 | DEPENDS += "python-gevent" | ||
| 7 | RDEPENDS_${PN} += "python-gevent" | ||
| 8 | |||
| 9 | SRC_URI_append = " \ | ||
| 10 | file://0001-fix_setup_py.patch;patch=1;pnum=1 \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "04f618864b18d6b06f774994f172ef49" | ||
| 14 | SRC_URI[sha256sum] = "b6b73deab9bcbc428d4813697eebe5c3b9c40a971f62e13607b881aa749af9d0" | ||
| 15 | |||
| 16 | inherit pypi setuptools | ||
