mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
python3-gsocketpool: drop unneeded DEPENDS
This package doesn't depend on python3-gevent at build-time. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
033392aac0
commit
e9d6d0490a
@@ -3,7 +3,7 @@ DESCRIPTION = "creates a pool of connections that can be used with gevent"
|
|||||||
HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
|
HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
|
||||||
DEPENDS += "${PYTHON_PN}-gevent"
|
|
||||||
RDEPENDS:${PN} += "${PYTHON_PN}-gevent"
|
RDEPENDS:${PN} += "${PYTHON_PN}-gevent"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
|
SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
|
||||||
|
|||||||
Reference in New Issue
Block a user