mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:10:30 +00:00
python3-gsocketpool: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b6304859867a78b98253b9c9e15484b482031a1d) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
d8d1b71a50
commit
a72092583c
@ -3,8 +3,9 @@ DESCRIPTION = "creates a pool of connections that can be used with gevent"
|
||||
HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-gevent"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-gevent"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-gevent ${PYTHON_PN}-logging"
|
||||
|
||||
SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
|
||||
SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user