wok rev 22169

bittorrent: added build dependency python-constantly
author Hans-G?nter Theisgen
date Fri Nov 08 10:09:23 2019 +0100 (2019-11-08)
parents ce1a118be92e
children a0dccc5d133d
files bittorrent/receipt
line diff
     1.1 --- a/bittorrent/receipt	Fri Nov 08 09:07:53 2019 +0100
     1.2 +++ b/bittorrent/receipt	Fri Nov 08 10:09:23 2019 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bittorrent"
     1.7 -SOURCE="BitTorrent"
     1.8  VERSION="5.2.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A tool for distributing files. Each new downloader add new upload capacity."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="other"
    1.13 +WEB_SITE="https://www.bittorrent.com/"
    1.14 +
    1.15 +SOURCE="BitTorrent"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://www.bittorrent.com/"
    1.18  WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL"
    1.19  
    1.20  DEPENDS="python"
    1.21 -BUILD_DEPENDS="python twisted"
    1.22 +BUILD_DEPENDS="python python-constantly twisted"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()