diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-16 19:40:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:48 +0100 |
| commit | f96ce2cdf95da28602fe1a6d0cf07d9e1916b7f2 (patch) | |
| tree | b70e48a247b1854a187c7f8db91159b1ebbb831d /meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |
| parent | ce5f961acd3efc1571443e3f99cc6fa8db5e234f (diff) | |
| download | poky-f96ce2cdf95da28602fe1a6d0cf07d9e1916b7f2.tar.gz | |
python3-pygobject: remove explicit gobject-introspection DEPENDS
The gobject-introspection inherit pulls in the dependency for us.
(From OE-Core rev: 96825cc883ceaf68cc2f90cd619bb55b5c5a7850)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.44.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb index 8bfff43560..1132e9a9ed 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |||
| @@ -10,7 +10,7 @@ GIR_MESON_OPTION = "" | |||
| 10 | 10 | ||
| 11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even | 11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even |
| 12 | 12 | ||
| 13 | DEPENDS += "python3 glib-2.0 gobject-introspection" | 13 | DEPENDS += "python3 glib-2.0" |
| 14 | 14 | ||
| 15 | SRCNAME="pygobject" | 15 | SRCNAME="pygobject" |
| 16 | 16 | ||
