diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-22 17:15:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 10:59:06 -0700 |
| commit | 4fd132d894daeada74e1658fc027a4e85596662d (patch) | |
| tree | ce487f889fdc44f220a86854cb5b8912285e893d /meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb | |
| parent | 6131308eee370f8042faa29ddb09220dcdd16b52 (diff) | |
| download | meta-openembedded-4fd132d894daeada74e1658fc027a4e85596662d.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>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb new file mode 100644 index 0000000000..b7071fa4ff --- /dev/null +++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # Python bindings for libcups, from the CUPS project. | ||
| 2 | # | ||
| 3 | # Copyright (c) Ambu A/S - All rights reserved | ||
| 4 | # SPDX-License-Identifier: MIT | ||
| 5 | # | ||
| 6 | # Author(s) | ||
| 7 | # clst@ambu.com (Claus Stovgaard) | ||
| 8 | # | ||
| 9 | |||
| 10 | DESCRIPTION = "pycups - CUPS bindings for Python" | ||
| 11 | HOMEPAGE = "https://github.com/OpenPrinting/pycups" | ||
| 12 | LICENSE = "GPL-2.0-or-later" | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 14 | DEPENDS += "cups" | ||
| 15 | |||
| 16 | # See https://pypi.org/project/pycups/ for data | ||
| 17 | SRC_URI[sha256sum] = "843e385c1dbf694996ca84ef02a7f30c28376035588f5fbeacd6bae005cf7c8d" | ||
| 18 | |||
| 19 | inherit pypi python_setuptools_build_meta | ||
