summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann2021-05-19 14:25:24 +0200
committerThomas Hartmann2021-05-19 14:26:30 +0200
commita2ed6dc9029ee64cee5cc7f3c6c20cc36d531541 (patch)
treee5ed2ff654b7f48bb5c28e1c43fcff7ca09cd8dc
parent799fdac45f7dd887fb7ab48fd20d031ddc0d75a9 (diff)
downloadaur-a2ed6dc9029ee64cee5cc7f3c6c20cc36d531541.tar.gz
also require setuptools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4778a65b6be3..c0c0084a3c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htcondor
pkgdesc = Distributed workload management system
pkgver = 9.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://research.cs.wisc.edu/htcondor/
arch = x86_64
license = apache
@@ -17,6 +17,8 @@ pkgbase = htcondor
depends = sqlite
depends = python
depends = boost-python2
+ depends = python2-setuptools
+ depends = python-setuptools
provides = htcondor
conflicts = htcondor
source = htcondor-9.0.1.tar.gz::https://github.com/htcondor/htcondor/archive/V9_0_1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7fbf1fc9e5a6..2ad10d67fb09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
# Maintainer: Thomas Hartmann <thomas@th-ht.de>
pkgname=htcondor
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Distributed workload management system"
arch=("x86_64")
url="https://research.cs.wisc.edu/htcondor/"
license=('apache')
groups=()
-depends=("boost" "munge" "libxss" "curl" "gawk" "java-runtime" "libcgroup" "pcre" "sqlite" "python" "boost-python2")
+depends=("boost" "munge" "libxss" "curl" "gawk" "java-runtime" "libcgroup" "pcre" "sqlite" "python" "boost-python2" "python2-setuptools" "python-setuptools")
makedepends=("cmake")
checkdepends=()
optdepends=()