blob: 11971dc4a425aaad687b55d5ece814de7835e085 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -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_PN}-gevent"
7RDEPENDS_${PN} += "${PYTHON_PN}-gevent"
8
9SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
10SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14"
11
12inherit pypi