mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
python3-pycairo: upgrade 1.26.0 -> 1.26.1
Changelog: ========== - Fix Surface.set_mime_data() with Python 3.13 - Fix the test suite with Python 3.13b2. - Update vendored Windows wheel dependencies (From OE-Core rev: 26daeaa17a77ff6931126c340fce867f8340cca9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
18870e2cb3
commit
6450cfa9a9
@@ -13,7 +13,7 @@ DEPENDS = "cairo python3"
|
||||
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz"
|
||||
GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
|
||||
|
||||
SRC_URI[sha256sum] = "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb"
|
||||
SRC_URI[sha256sum] = "a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430"
|
||||
|
||||
S = "${WORKDIR}/pycairo-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user