wok diff weechat/receipt @ rev 24118

Add checker_online
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 04 14:07:53 2021 +0000 (2021-10-04)
parents d0048d35ff4c
children 922f061231c2
line diff
     1.1 --- a/weechat/receipt	Sun Nov 03 17:12:38 2019 +0100
     1.2 +++ b/weechat/receipt	Mon Oct 04 14:07:53 2021 +0000
     1.3 @@ -12,9 +12,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="${WEB_SITE}files/src/$TARBALL"
     1.6  
     1.7 -DEPENDS="libgcrypt libgnutls libtasn1 ncursesw perl python"
     1.8 +DEPENDS="libgcrypt libgnutls libtasn1 ncursesw perl py3k"
     1.9  BUILD_DEPENDS="cmake curl-dev gmp-dev gnutls-dev guile-dev \
    1.10 -	libgcrypt-dev libtool ncursesw-dev perl pkg-config python"
    1.11 +	libgcrypt-dev libtool ncursesw-dev perl pkg-config py3k-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()