summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/setup.py')
-rw-r--r--ipapython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py
index 8bba2fe4f..228e2040e 100644
--- a/ipapython/setup.py
+++ b/ipapython/setup.py
@@ -43,11 +43,11 @@ if __name__ == '__main__':
# "ipalib", # circular dependency
"ipaplatform",
"netaddr",
- "python-ldap",
"six",
],
extras_require={
"install": ["dbus-python"], # for certmonger
+ "ldap": ["python-ldap"], # ipapython.ipaldap
# CheckedIPAddress.get_matching_interface
"netifaces": ["netifaces"],
},