wok-next diff tahoe-lafs/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents e433cf783492
children a3254b6a96ac
line diff
     1.1 --- a/tahoe-lafs/receipt	Sat Jul 18 13:58:22 2015 +0200
     1.2 +++ b/tahoe-lafs/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -11,10 +11,10 @@
     1.4  WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL"
     1.5  TAGS="filesystem backup"
     1.6  
     1.7 -DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \
     1.8 +DEPENDS="python python-simplejson zopeinterface twisted pyopenssl \
     1.9  pycrypto python-zfec python-foolscap python-pyasn1 python-mock \
    1.10  python-pycryptopp"
    1.11 -BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev"
    1.12 +BUILD_DEPENDS="python-dev gmp-dev openssl-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()