summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck Lucien Duriez2017-12-21 15:57:27 +0100
committerFranck Lucien Duriez2017-12-21 15:57:27 +0100
commit5ad3d589ae7e09f77e5ccb909b2bed0f29ceefa0 (patch)
treeef6d19f3614c5170696d2cd9f03bf4f806035332
parent585de283b72bbb67956f50bc7c46e977667a8173 (diff)
downloadaur-5ad3d589ae7e09f77e5ccb909b2bed0f29ceefa0.tar.gz
Add missing dependencies.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c1fd9dfcd92..06d388acde03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CLI tool to enrich your QIF files transactions with category informatio
arch=('any')
url="https://pypi.python.org/pypi/qifqif"
license=('MIT')
-depends=('python2')
+depends=('python2' 'python2-blessed' 'python2-ordereddict' 'python2-argparse')
makedepends=('python2-setuptools' 'pandoc')
source=("https://pypi.python.org/packages/c4/99/a66715e8205e36c2fd6c9ecd3a09133abd68d5da038e9808880473b894bb/$pythonpkgname-$pkgver.$pkgrel.tar.gz")
md5sums=('244d833af27187b58a1e6a5f5dec42ed')