summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Sidhoum2018-03-19 03:11:31 +0100
committerRomain Sidhoum2018-03-19 03:11:31 +0100
commit5b3a46ec1c21ab9bcd03e899d71d6865437bc579 (patch)
treeb0cacd84865a4bc070155b89febced5601353446
parent9bf7023e445984d645fa5872a0d3e228e98398ad (diff)
downloadaur-5b3a46ec1c21ab9bcd03e899d71d6865437bc579.tar.gz
added python-setuptools as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c87999c96bbf..c45190820e63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = chameleon-git
depends = python-xlib
depends = python-pillow
depends = python-docopt
+ depends = python-setuptools
source = git://github.com/seebye/chameleon.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a45e89e0529a..a1852c8e84fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=(
'python-xlib'
'python-pillow'
'python-docopt'
+ 'python-setuptools'
)
makedepends=('git')