mypaint: add python-gobject dependencie (close #3215)

This commit is contained in:
Duncaen 2015-12-23 00:03:20 +01:00
parent aa81f60dce
commit 92e286e5d6

View file

@ -1,11 +1,11 @@
# Template file for 'mypaint'
pkgname=mypaint
version=1.2.0
revision=1
revision=2
hostmakedepends="unzip scons swig pkg-config"
makedepends="libgomp-devel json-c-devel python-numpy libglib-devel libpng-devel
lcms2-devel gtk+3-devel python-gobject-devel"
depends="pygtk python-numpy"
depends="pygtk python-numpy python-gobject"
pycompile_dirs="/usr/share/mypaint"
short_desc="Graphics application for digital painters"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"