aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/develop.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/develop.py')
-rwxr-xr-xsetuptools/command/develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py
index f38506bb..49b5b3ac 100755
--- a/setuptools/command/develop.py
+++ b/setuptools/command/develop.py
@@ -78,7 +78,7 @@ class develop(easy_install):
# postprocess the installed distro, fixing up .pth, installing scripts,
# and handling requirements
- self.process_distribution(None, self.dist)
+ self.process_distribution(None, self.dist, not self.no_deps)
def uninstall_link(self):
if os.path.exists(self.egg_link):