python-b2: add dateutil dep
This commit is contained in:
parent
de4b5f2d12
commit
d4f088a18a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue