summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-04 13:34:58 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-04 13:34:58 +0100
commit618f4ef94730b0d1756271a12b5ff7ea9f2beb16 (patch)
treecf8206194cc3c426dd4e403269d477f32d0fd675 /setuptools/command
parent233c986f690a1f1bef222dd6f7fad803c4f41a6d (diff)
parent03b06eef123cbbf22e21d1e7cb06a9c7503313bb (diff)
downloadpython-setuptools-git-618f4ef94730b0d1756271a12b5ff7ea9f2beb16.tar.gz
Merge 'upstream/main' into feature/pep660
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/egg_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 0c9d45ae..25888ed8 100644
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -297,7 +297,6 @@ class egg_info(InfoCommon, Command):
self.mkpath(self.egg_info)
os.utime(self.egg_info, None)
for ep in metadata.entry_points(group='egg_info.writers'):
- self.distribution._install_dependencies(ep)
writer = ep.load()
writer(self, ep.name, os.path.join(self.egg_info, ep.name))