From c5f7fec4796a3c85d557c8b91249b0a28339fa9a Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 11 Feb 2018 01:53:41 +0100 Subject: [PATCH] python-b2: add python-logfury dependency --- srcpkgs/python-b2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-b2/template b/srcpkgs/python-b2/template index 0a8f345e9a1..eb1a62b4ac8 100644 --- a/srcpkgs/python-b2/template +++ b/srcpkgs/python-b2/template @@ -1,11 +1,12 @@ # Template file for 'python-b2' pkgname=python-b2 version=1.1.0 -revision=2 +revision=3 noarch=y wrksrc="B2_Command_Line_Tool-$version" build_style=python-module hostmakedepends="python python-setuptools" +depends="python-logfury" short_desc="CLI that gives easy access B2 Cloud Storage" maintainer="Andrea Brancaleoni " license="MIT"