python-b2: add dateutil dep
This commit is contained in:
parent
de4b5f2d12
commit
d4f088a18a
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-b2'
|
# Template file for 'python-b2'
|
||||||
pkgname=python-b2
|
pkgname=python-b2
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=4
|
revision=5
|
||||||
noarch=y
|
noarch=y
|
||||||
wrksrc="B2_Command_Line_Tool-$version"
|
wrksrc="B2_Command_Line_Tool-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python python-setuptools"
|
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"
|
short_desc="CLI that gives easy access B2 Cloud Storage"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue