summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2019-08-18 23:21:46 +0200
committerBjörn Bidar2019-08-18 23:21:46 +0200
commit754367abccb66c0d7d512736520267d9a05ba6ab (patch)
tree444be7019c0ef9761feb57406acb33c6d22ea815 /PKGBUILD
parentd56240ddb7d3b067eac68a3ff5178763eff8c06f (diff)
downloadaur-754367abccb66c0d7d512736520267d9a05ba6ab.tar.gz
add missing makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08d54a1aba62..8f7ecf487656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ url="https://github.com/openSUSE/osc"
license=('GPL2')
depends=('python'
'python-m2crypto')
+makedepends=('python-setuptools')
optdepends=('obs-build: required to run local builds'
'obs-service-format_spec_file: for running the format_spec_file source service'
'obs-service-download_files: for running the download_files source service'