diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:18:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 03:31:20 -0300 |
commit | 1fad4ce7f24776b8134639af98fb234bfd5def57 (patch) | |
tree | 5713ee39f813f13974ebfc05550b8193791371d7 /testing | |
parent | a858f898b4b955292bce9a2ce3469c696a792467 (diff) | |
download | aports-1fad4ce7f24776b8134639af98fb234bfd5def57.tar.bz2 aports-1fad4ce7f24776b8134639af98fb234bfd5def57.tar.xz |
testing/sssd: Don't depend on python2-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sssd/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/sssd/APKBUILD b/testing/sssd/APKBUILD index 217a721d1c..6a7cc4093e 100644 --- a/testing/sssd/APKBUILD +++ b/testing/sssd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Vince Mele <vmele@inoc.com> pkgname=sssd pkgver=1.16.3 -pkgrel=3 +pkgrel=4 pkgdesc="System Security Services Daemon" url="https://pagure.io/SSSD/sssd" arch="x86_64" @@ -43,7 +43,6 @@ makedepends=" libxslt libxml2-utils docbook-xsl - python2-dev python3-dev nss-dev openldap-dev @@ -92,8 +91,8 @@ build() { --without-manpages \ --disable-cifs-idmap-plugin \ --disable-static \ - --disable-rpath - + --disable-rpath \ + --without-python2-bindings make } |