python3-gsocketpool_0.1.6.bb 459 B

1234567891011121314
  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. RDEPENDS:${PN} += " \
  7. python3-gevent \
  8. python3-logging \
  9. "
  10. SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14"
  11. inherit pypi setuptools3