From 460d878f7669d0da93110c5b61ec4648fa149cf8 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 12 Jul 2019 23:33:00 +0200 Subject: [PATCH] backblaze-b2: add new dep --- srcpkgs/backblaze-b2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template index 1426e4a1679..d1136a5f750 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -1,14 +1,14 @@ # Template file for 'backblaze-b2' pkgname=backblaze-b2 version=1.4.0 -revision=2 +revision=3 archs=noarch wrksrc="B2_Command_Line_Tool-${version}" build_style=python2-module pycompile_module="b2" hostmakedepends="python-setuptools" depends="python-setuptools python-logfury python-futures python-Arrow - python-requests python-six python-tqdm python-b2sdk" + python-requests python-six python-tqdm python-b2sdk python-enum34" short_desc="Command Line Interface for Backblaze's B2 storage service" maintainer="Andrea Brancaleoni " license="MIT"