summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorElectric Worry <electricworry@users.noreply.github.com>2024-04-14 18:13:55 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-21 10:52:39 -0700
commit50c4ec1c4c591dd3a9451e8c6f0d9cd04c49d597 (patch)
tree3f8780e66bad27f8fbacbe504d6f3a9772be4451 /meta-python
parent0db381eb3132f0bcbcc80876fda4451425f188ec (diff)
downloadmeta-openembedded-50c4ec1c4c591dd3a9451e8c6f0d9cd04c49d597.tar.gz
meta-python: missing closing brace
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/classes/distutils3-base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/classes/distutils3-base.bbclass b/meta-python/classes/distutils3-base.bbclass
index 4f13ea6fe7..d36b4c4a3e 100644
--- a/meta-python/classes/distutils3-base.bbclass
+++ b/meta-python/classes/distutils3-base.bbclass
@@ -6,4 +6,4 @@ inherit distutils-common-base python3native python3targetconfig
6 6
7python __anonymous() { 7python __anonymous() {
8 bb.warn("distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead") 8 bb.warn("distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead")
9 9}