wok-next diff python-gazpacho/receipt @ rev 20949

Fix homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 16:21:51 2018 +0300 (2018-09-01)
parents 9b3461bf373c
children
line diff
     1.1 --- a/python-gazpacho/receipt	Fri Jul 13 13:52:56 2018 +0300
     1.2 +++ b/python-gazpacho/receipt	Sat Sep 01 16:21:51 2018 +0300
     1.3 @@ -13,9 +13,9 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -DEPENDS="python pygtk python-kiwi"
     1.8 +DEPENDS="python python-pygtk python-kiwi"
     1.9  SUGGESTED="twisted"
    1.10 -BUILD_DEPENDS="python python-dev pygtk python-kiwi"
    1.11 +BUILD_DEPENDS="python python-dev python-pygtk python-kiwi"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()