summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-17 21:59:09 +0100
committerNarrat2020-01-17 21:59:09 +0100
commit16afefc2009dca60e62185bbb15dfe809bf7b3e3 (patch)
treecd3bc3ca21bb3b2f2083d02f372b8885e1e05e18
parente3f124c3b8b0a4d6be465983d82db0444416fa22 (diff)
downloadaur-16afefc2009dca60e62185bbb15dfe809bf7b3e3.tar.gz
add missing dep to requests
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afb37a51683..234735b3a254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-linode-api
pkgdesc = Bindings for the Linode API v4
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/linode/linode_api4-python
arch = any
license = BSD
depends = python-setuptools
+ depends = python-requests
source = python-linode-api-2.3.1.tar.gz::https://github.com/linode/linode_api4-python/archive/2.3.1.tar.gz
sha256sums = 6c7d18398d75103eb12496f19d847e66a6443ce3965a9ab26e02bbe3c9577652
diff --git a/PKGBUILD b/PKGBUILD
index cdb8746827b9..527cd78f7bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_name=linode_api4-python
pkgname=python-linode-api
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Bindings for the Linode API v4"
arch=('any')
url="https://github.com/linode/$_name"
license=('BSD')
-depends=('python-setuptools')
+depends=('python-setuptools' 'python-requests')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('6c7d18398d75103eb12496f19d847e66a6443ce3965a9ab26e02bbe3c9577652')