summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksey Filippov2019-01-18 11:11:22 +0000
committerAleksey Filippov2019-01-18 11:11:22 +0000
commit84eb08decadf386d076b6ed902335cc93747ad9f (patch)
tree3918a1fa7bd6dc9746dab75725f4d5316f2a614d /PKGBUILD
parent2e7be23bc0359b2c9b622f4b9dd63924c8d8d78a (diff)
downloadaur-84eb08decadf386d076b6ed902335cc93747ad9f.tar.gz
Move python-setuptools into makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c8c3a39935..be83b05ee64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
# Contributor: Lubosz Sarnecki <lubosz@gmail.com>
pkgname=hotdoc
pkgver=0.8.103
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="HotDoc: the tastiest API documentation system"
arch=('any')
@@ -33,13 +33,13 @@ depends=(
'python-networkx-1.11'
'python-pkgconfig-1.1.0'
'python-schema'
- 'python-setuptools'
'python-sqlalchemy'
'python-toposort'
'python-wheezy'
'python-yaml'
)
makedepends=(
+ 'python-setuptools'
'npm'
'cmake'
'flex'