blob: f86152c4a62409c44f6651db8a1c330513c39ae6 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A simple connection pool for gevent"
2DESCRIPTION = "creates a pool of connections that can be used with gevent"
3HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
6DEPENDS += "python-gevent"
7RDEPENDS_${PN} += "python-gevent"
8
9SRC_URI_append = " \
10 file://0001-fix_setup_py.patch;patch=1;pnum=1 \
11"
12
13SRC_URI[md5sum] = "04f618864b18d6b06f774994f172ef49"
14SRC_URI[sha256sum] = "b6b73deab9bcbc428d4813697eebe5c3b9c40a971f62e13607b881aa749af9d0"
15
16inherit pypi setuptools