diff options
Diffstat (limited to 'ipapython/setup.py')
| -rw-r--r-- | ipapython/setup.py | 2 |
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"], }, |
