summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52c02b16be98..870c1c64ac80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/keleshev/schema"
license=('MIT')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('python-schema=0.4.1')
conflicts=('python-schema')
options=(!emptydirs)