summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-28 12:07:19 +0100
committerPavel Vomacka <pvomacka@redhat.com>2017-03-28 15:02:06 +0200
commitf5bf5466eda0de2a211b4f2682e5c50b82577701 (patch)
tree54bee1a4cb47b3f11b512c2d86774ad4cc72e4d5 /ipapython
parent27d13d90fe9b06618c88bc20b7d6540e6b4d367f (diff)
downloadfreeipa-f5bf5466eda0de2a211b4f2682e5c50b82577701.tar.gz
freeipa-f5bf5466eda0de2a211b4f2682e5c50b82577701.tar.xz
freeipa-f5bf5466eda0de2a211b4f2682e5c50b82577701.zip
Use Custodia 0.3.1 features
* Use sd-notify in ipa-custodia.service * Introduce libexec/ipa/ipa-custodia script. It comes with correct default setting for IPA's config file. The new file also makes it simpler to run IPA's custodia instance with its own SELinux context. * ipapython no longer depends on custodia The patch addresses three issues: * https://bugzilla.redhat.com/show_bug.cgi?id=1430247 Forward compatibility with Custodia 0.3 in Fedora rawhide * https://pagure.io/freeipa/issue/5825 Use sd-notify * https://pagure.io/freeipa/issue/6788 Prepare for separate SELinux context Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipapython')
-rwxr-xr-xipapython/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py
index 86e4131e5..2fc039fe7 100755
--- a/ipapython/setup.py
+++ b/ipapython/setup.py
@@ -38,7 +38,6 @@ if __name__ == '__main__':
],
install_requires=[
"cffi",
- "custodia",
"cryptography",
"dnspython",
"gssapi",