From 4fd132d894daeada74e1658fc027a4e85596662d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 22 Apr 2024 17:15:39 +0800 Subject: [PATCH] python3-pycups: upgrade 2.0.1 -> 2.0.4 Changelog: removes install_requires from setup.py, which is used for generating OS requirements. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-pycups_2.0.1.bb => python3-pycups_2.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/python/{python3-pycups_2.0.1.bb => python3-pycups_2.0.4.bb} (85%) diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb similarity index 85% rename from meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb rename to meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb index 1508273009..b7071fa4ff 100644 --- a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb +++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb @@ -14,6 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "cups" # See https://pypi.org/project/pycups/ for data -SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90" +SRC_URI[sha256sum] = "843e385c1dbf694996ca84ef02a7f30c28376035588f5fbeacd6bae005cf7c8d" inherit pypi python_setuptools_build_meta