summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYiyao Yu2018-06-16 18:52:08 +0800
committerYiyao Yu2018-06-16 18:52:08 +0800
commite9fb5bde61509a826405182173b1eec0feb17490 (patch)
tree4a92c38f8091d20b38faeb793761e860350e8696 /PKGBUILD
parent83fd72121c46d2088290a4ab1ff7910797071ae7 (diff)
downloadaur-musct-git.tar.gz
Added python, setuptools to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60ca3edbce9a..4581597d5cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=('musct')
conflicts=('musct')
makedepends=('git')
optdepends=('libyaml: For native yaml parsing')
-depends=('python-pyaml')
+depends=('python' 'python-setuptools' 'python-pyaml')
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')