summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rwxr-xr-xipapython/setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py
index c413ffa6e..86e4131e5 100755
--- a/ipapython/setup.py
+++ b/ipapython/setup.py
@@ -51,10 +51,8 @@ if __name__ == '__main__':
"requests",
"six",
],
- setup_requires=[
- "wheel",
- ],
extras_require={
":python_version<'3'": ["enum34"],
+ "install": ["dbus-python"], # for certmonger
},
)