summaryrefslogtreecommitdiff
path: root/src/wheel/cli/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/wheel/cli/convert.py')
-rwxr-xr-xsrc/wheel/cli/convert.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wheel/cli/convert.py b/src/wheel/cli/convert.py
index a4bec18..90afad3 100755
--- a/src/wheel/cli/convert.py
+++ b/src/wheel/cli/convert.py
@@ -9,7 +9,7 @@ from setuptools.dist import Distribution
from ..bdist_wheel import bdist_wheel
from ..wheelfile import WheelFile
-from . import WheelError, require_pkgresources
+from . import WheelError
egg_info_re = re.compile(
r"""
@@ -253,9 +253,6 @@ def wininst2wheel(path, dest_dir):
def convert(files, dest_dir, verbose):
- # Only support wheel convert if pkg_resources is present
- require_pkgresources("wheel convert")
-
for pat in files:
for installer in iglob(pat):
if os.path.splitext(installer)[1] == ".egg":