summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2020-09-19 19:30:47 +0800
committerxdavidwu2020-09-19 19:30:47 +0800
commitd436d8daf4eb59ed24844fe9a9f0884721057bab (patch)
treeeeadde6a37ba05269482db5d0c293c3e841625cf
parentb79ca7fdfd2f6275dc923ee6cf6a92007197b8ea (diff)
downloadaur-d436d8daf4eb59ed24844fe9a9f0884721057bab.tar.gz
move python-setuptools to depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d00e2df24990..03b3b636188b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,13 +40,13 @@ depends=(
'python-pkgconfig-1.1.0'
'python-cchardet'
'python-networkx-1.11'
+ 'python-setuptools' # needed by hotdoc/utils/utils.py
)
makedepends=(
'cmake'
'flex'
'git'
'npm'
- 'python-setuptools'
)
# upstream tarball does not contain submodules or their revision info
source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}")