python-webkit: depend on pygtk

This commit is contained in:
Michael Gehring 2016-05-03 11:18:38 +02:00
parent bd4ab5f9e1
commit b4db4150a8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ wrksrc=pywebkitgtk-${version}
build_style=gnu-configure
hostmakedepends="pkg-config python-devel"
makedepends="python-devel pygtk-devel GConf-devel libxslt-devel webkitgtk2-devel"
depends="python"
depends="pygtk"
pycompile_module="webkit"
short_desc="Python Webkit DOM Bindings"
maintainer="pancake <pancake@nopcode.org>"