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