summaryrefslogtreecommitdiffstats
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-15 21:01:19 -0700
commit3ae92547303e2fe42dfdea3a4c739eb773a9f0ca (patch)
treea7e2d405fcf5ff25ce4da8ae228576f5b490ec1f
parent47ccb88d94852e327f3bdd45425f33e56983b50c (diff)
downloadmeta-openembedded-3ae92547303e2fe42dfdea3a4c739eb773a9f0ca.tar.gz
meta-python: missing closing brace
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 4f13ea6fe..d36b4c4a3 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}