summaryrefslogtreecommitdiffstats
path: root/contrib/ci
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-10 19:39:45 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-25 08:38:47 +0100
commit889706cbc739358c2a0aac2ba6bc054fdc8e048b (patch)
tree776cd62bd92424ecfeff652859c8a0e4d6aa13ff /contrib/ci
parentb6840554b4eeda395f5460a56df2eac1f3f97397 (diff)
downloadsssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.tar.gz
sssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.tar.xz
sssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.zip
SPEC: Build python3 bindings on available platforms
Resolves: https://fedorahosted.org/sssd/ticket/2574 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'contrib/ci')
-rw-r--r--contrib/ci/configure.sh6
-rw-r--r--contrib/ci/deps.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh
index 8af273043..d5d4c791a 100644
--- a/contrib/ci/configure.sh
+++ b/contrib/ci/configure.sh
@@ -35,9 +35,15 @@ if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-6.*- ]]; then
CONFIGURE_ARG_LIST+=(
"--disable-cifs-idmap-plugin"
"--with-syslog=syslog"
+ "--without-python3-bindings"
)
fi
+if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-7.*- ]]; then
+ CONFIGURE_ARG_LIST+=(
+ "--without-python3-bindings"
+ )
+fi
declare -r -a CONFIGURE_ARG_LIST
fi # _CONFIGURE_SH
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index 0cdb99629..4e0ce1e03 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -92,6 +92,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
libxml2-utils
make
python-dev
+ python3-dev
samba-dev
systemd
xml-core