diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:21:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:35:18 -0800 |
commit | 1d2da22e770c8952248ddd0ff9a18207916a17fc (patch) | |
tree | bf87b72f9256ea540ed3903624572b926c5b0e6e /meta-oe/recipes-graphics/dnfdragora | |
parent | 1bdbdf3a7e09b387fa25a3fa0dc0f15188cb5331 (diff) | |
download | meta-openembedded-1d2da22e770c8952248ddd0ff9a18207916a17fc.tar.gz |
meta-oe: Use setuptools3-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dnfdragora')
-rw-r--r-- | meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb index c32165150..eea231a2e 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg | 16 | inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg |
17 | 17 | ||
18 | DEPENDS += "dnf python3 " | 18 | DEPENDS += "dnf python3 " |
19 | #DEPENDS:class-nativesdk += "nativesdk-python3" | 19 | #DEPENDS:class-nativesdk += "nativesdk-python3" |