summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb
index a5581c252b..9ded1d4be5 100644
--- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb
+++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "creates a pool of connections that can be used with gevent"
3HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" 3HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
6DEPENDS += "${PYTHON_PN}-gevent" 6
7RDEPENDS:${PN} += "${PYTHON_PN}-gevent" 7RDEPENDS:${PN} += "${PYTHON_PN}-gevent"
8 8
9SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" 9SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"