summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-02-12 10:48:27 +0100
committerHyacinthe Cartiaux2019-02-12 10:48:27 +0100
commitca80f1b12517b690581814a48f772f060c302dcd (patch)
treec70d2a3be85b8241df3f72e12ef0cecbfc14cf23
parentaab7e131ca577a262438fe9badc553f8c9791f7e (diff)
downloadaur-ca80f1b12517b690581814a48f772f060c302dcd.tar.gz
Add python-setuptools in the makedepends array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c5887ffd699..669da257e2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-guessit
url = http://pypi.python.org/pypi/guessit
arch = any
license = LGPL
+ makedepends = python-setuptools
depends = python
depends = python-babelfish
depends = python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index 9f815b2b11da..ad727208f1af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(any)
url="http://pypi.python.org/pypi/guessit"
license=(LGPL)
depends=(python python-babelfish python-dateutil python-rebulk)
+makedepends=("python-setuptools")
conflicts=(${pkgname}-git)
source=(https://github.com/guessit-io/guessit/archive/${pkgver}.tar.gz)
sha256sums=('b88757a3b31eea93297de147c3f9f40ceebf3fb3b63a08a5208fd98b6857c112')