summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0b1001002021-10-24 13:00:35 +0200
committer0b1001002021-10-24 13:00:35 +0200
commitb8608138f1c1b572b27c213e85e3764813ecdb93 (patch)
treebe24dccc1aa6e0df04569038185cf3a185754a4d
parent4a20ca30097bb3fd38b2c612247425c37c02c0c7 (diff)
downloadaur-b8608138f1c1b572b27c213e85e3764813ecdb93.tar.gz
Add python-pytz as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbdb428dd16f..218d00c78950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-binance
pkgdesc = An unofficial Python wrapper for the Binance exchange REST API
pkgver = 1.0.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sammchardy/python-binance
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = python-binance
depends = python
depends = python-aiohttp
depends = python-dateparser
+ depends = python-pytz
depends = python-requests
depends = python-ujson
depends = python-websockets=9.1
diff --git a/PKGBUILD b/PKGBUILD
index a66f253454e7..a0c6a315de50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-binance
pkgver=1.0.15
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Python wrapper for the Binance exchange REST API"
arch=('any')
url="https://github.com/sammchardy/python-binance"
license=('MIT')
-depends=('python' 'python-aiohttp' 'python-dateparser'
+depends=('python' 'python-aiohttp' 'python-dateparser' 'python-pytz'
'python-requests' 'python-ujson' 'python-websockets=9.1')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')