python-pygobject: Fix style issue

Add missing space characters around the operator in SRCNAME declaration

Signed-off-by: Niko Mauno <niko.mauno@iki.fi>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Niko Mauno 2018-12-01 19:57:13 +02:00 committed by Armin Kuster
parent 5442875782
commit 40359bf750

View File

@ -8,7 +8,7 @@ inherit gnomebase gobject-introspection distutils-base upstream-version-is-even
DEPENDS += "python glib-2.0"
SRCNAME="pygobject"
SRCNAME = "pygobject"
SRC_URI = " \
http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
"