summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-11-25 03:29:17 +0100
committerJohannes Dewender2013-11-25 03:29:17 +0100
commit719f4acd2aa6aee011299d68001cb11bb3e582d8 (patch)
tree2e1850e815bfa7f219b110c2e20c95d86c5f9d7d
parentabcaf85f2b2fe0160b2ca4bf48c8a231f99afd0e (diff)
downloadaur-719f4acd2aa6aee011299d68001cb11bb3e582d8.tar.gz
lio free branch: add setuptools makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d680e253cf..ca96c974981e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-configshell-fb
url = https://github.com/agrover/configshell-fb
arch = any
license = Apache
+ makedepends = python-setuptools
depends = python-pyparsing
depends = python-urwid
provides = python-configshell
diff --git a/PKGBUILD b/PKGBUILD
index bb0ceecae532..a8b73fb5014c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/agrover/configshell-fb"
license=('Apache')
depends=('python-pyparsing' 'python-urwid')
+makedepends=('python-setuptools')
provides=('python-configshell')
conflicts=('python-configshell')
options=()