summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2017-03-30 17:22:41 +1100
committerGuilhelm Savin2017-03-30 17:22:41 +1100
commitfba22ed9e403c3595531b57f4a8e1e60b3af4522 (patch)
tree73c933ddbbd90bda1ad96097a2f9dade073efd7f
parentd772e94e30c78a8b4b04a90e8e3dc1311172999e (diff)
downloadaur-fba22ed9e403c3595531b57f4a8e1e60b3af4522.tar.gz
Add python2-arrow as dep.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1af5f7ac084..9a03ab093aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ arch=('any')
url="https://github.com/platformio/platformio-core/"
license=('Apache')
depends=('python2'
+ 'python2-arrow'
'python2-bottle'
'python2-click-5.1' # https://github.com/platformio/platformio/issues/349
'python2-colorama'