summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-22 17:15:39 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-22 22:59:30 -0700
commitea83e881ebec0b3de2325fe1107a3e133bbbe8e4 (patch)
treebc841afb67241dbdc4428357a80d77ed3644c485
parent70e0d1c5f052c69cf04f0464744243cfe0c9c32f (diff)
downloadmeta-openembedded-ea83e881ebec0b3de2325fe1107a3e133bbbe8e4.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb (renamed from meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 150827300..b7071fa4f 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"
14DEPENDS += "cups" 14DEPENDS += "cups"
15 15
16# See https://pypi.org/project/pycups/ for data 16# See https://pypi.org/project/pycups/ for data
17SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90" 17SRC_URI[sha256sum] = "843e385c1dbf694996ca84ef02a7f30c28376035588f5fbeacd6bae005cf7c8d"
18 18
19inherit pypi python_setuptools_build_meta 19inherit pypi python_setuptools_build_meta