diff options
author | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2015-04-16 14:42:45 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-04-22 23:20:09 +0100 |
commit | 39b553e11c1636acb719746ecd6eb41f6eff8369 (patch) | |
tree | 9fdd483a3d361da9c8abae94e406fc0dca87f3b0 /systems/devel-system-armv7-versatile.morph | |
parent | 54c03de00b882b2f214f29837d00cea38d0ca685 (diff) | |
download | definitions-39b553e11c1636acb719746ecd6eb41f6eff8369.tar.gz |
Split PyGObject into its own stratum
Also make morph depend on PyGObject, it will be needed for OSTree.
Change-Id: Icfa9abb95f884ca9b1dd720648567bd704e74d85
Diffstat (limited to 'systems/devel-system-armv7-versatile.morph')
-rw-r--r-- | systems/devel-system-armv7-versatile.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 8f689705..57eec8c2 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -18,6 +18,8 @@ strata: morph: strata/tools.morph - name: python-cliapp morph: strata/python-cliapp.morph +- name: python-pygobject + morph: strata/python-pygobject.morph - name: python-wsgi morph: strata/python-wsgi.morph - name: morph-utils |