diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-07-18 10:02:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-18 10:03:12 -0700 |
| commit | 46a484bb459edc575752a911ee013117e32c9b9f (patch) | |
| tree | 9a5f91e630c3bbf9dd421465716124cdae1b169f | |
| parent | 63700a0c57c615306502b0d0cd4172cff04f29df (diff) | |
| download | meta-openembedded-46a484bb459edc575752a911ee013117e32c9b9f.tar.gz | |
Revert "python3-pycups: Inherit setuptools3 instead of python_setuptools_build_meta"
This reverts commit cb3d45c4124dba489ce98fb81d3b33bcc91a0329.
| -rw-r--r-- | 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.1.bb index 67cd1a2277..1508273009 100644 --- a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb +++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb | |||
| @@ -16,4 +16,4 @@ DEPENDS += "cups" | |||
| 16 | # See https://pypi.org/project/pycups/ for data | 16 | # See https://pypi.org/project/pycups/ for data |
| 17 | SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90" | 17 | SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90" |
| 18 | 18 | ||
| 19 | inherit pypi setuptools3 | 19 | inherit pypi python_setuptools_build_meta |
