summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a94d2155d5f..6dc58ac8beca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 18 21:05:25 UTC 2019
+# Sun Aug 18 21:21:26 UTC 2019
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
pkgver = 0.165.4
@@ -7,6 +7,7 @@ pkgbase = osc
url = https://github.com/openSUSE/osc
arch = any
license = GPL2
+ makedepends = python-setuptools
depends = python
depends = python-m2crypto
optdepends = obs-build: required to run local builds
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'