Browse Source

dist: Fix bdist_apps regression as of 88d27aa31c1eeb7d48cc468ed23a4ed18a8922f9

rdb 2 years ago
parent
commit
e582436719
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/dist/commands.py

+ 2 - 0
direct/src/dist/commands.py

@@ -1689,6 +1689,8 @@ class bdist_apps(setuptools.Command):
             setattr(self, opt, None)
 
     def finalize_options(self):
+        import pkg_resources
+
         # We need to massage the inputs a bit in case they came from a
         # setup.cfg file.
         self.installers = {