summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.21.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
index b815e4c0f2..b43844760b 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "Python GObject bindings" 1DESCRIPTION = "Python GObject bindings"
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "LGPL" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
4DEPENDS = "python-pygobject-native-${PV} glib-2.0" 5DEPENDS = "python-pygobject-native-${PV} glib-2.0"
5PR = "ml0" 6PR = "ml0"
6 7