blob: 60ac18155f14b70fd31498cfde0bafe9910708ab [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -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"
Patrick Williams520786c2023-06-25 16:20:36 -05006
7RDEPENDS:${PN} += " \
8 python3-gevent \
9 python3-logging \
10"
Andrew Geisslerd688a012020-09-18 13:36:00 -050011
12SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
13SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14"
14
15inherit pypi setuptools3