python-b2: add python-logfury dependency

This commit is contained in:
Andrea Brancaleoni 2018-02-11 01:53:41 +01:00
parent 74e9edbf0b
commit c5f7fec479

View file

@ -1,11 +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=2 revision=3
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"
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"