python-b2: add dateutil dep

This commit is contained in:
Andrea Brancaleoni 2018-02-11 02:25:51 +01:00
parent de4b5f2d12
commit d4f088a18a
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'python-b2'
pkgname=python-b2
version=1.1.0
revision=4
revision=5
noarch=y
wrksrc="B2_Command_Line_Tool-$version"
build_style=python-module
hostmakedepends="python python-setuptools"
depends="python-logfury python-futures python-Arrow"
depends="python-logfury python-futures python-Arrow python-dateutil"
short_desc="CLI that gives easy access B2 Cloud Storage"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"