summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-10-30 14:33:04 -0700
committermutantmonkey2022-10-30 14:33:04 -0700
commitaafd42abbb39ee2f208185c55a7640843242b323 (patch)
treed5fc6fa3b82b39480d0f0d5886ef081ffbb0d26d
parent42d8b19211b2ff25d6fda5894846b855ca76cdcd (diff)
downloadaur-aafd42abbb39ee2f208185c55a7640843242b323.tar.gz
Add python-setuptools makedepend to python-plexapi
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b08f68e3f5c..3f0258b82034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-plexapi
license = BSD
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python-requests
depends = python-tqdm
diff --git a/PKGBUILD b/PKGBUILD
index ee4ead50a4a0..117d752f9b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/pkkid/python-plexapi"
license=('BSD')
depends=('python-requests' 'python-tqdm' 'python-websocket-client')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('86e92cdb2fa6f38f7c518ef42144cd5276a69b083d0df95e9a9fede881e1fa83')