summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-19 16:32:05 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch)
tree62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-support/spice/spice_git.bb
parentff7839adcb9348733fab8ef7358d15e594afda07 (diff)
downloadmeta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz
meta-networking: Remove using python2
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/spice_git.bb')
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 06a79c5001..ebf4d576e5 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -29,7 +29,7 @@ SRC_URI = " \
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit autotools gettext pythonnative python-dir pkgconfig 32inherit autotools gettext python3native python3-dir pkgconfig
33 33
34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" 34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native"
35DEPENDS_append_class-nativesdk = "nativesdk-openssl" 35DEPENDS_append_class-nativesdk = "nativesdk-openssl"