From e5824367193f619fe9206dba97ba9abfde97e740 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 8 May 2023 19:48:57 +0200 Subject: [PATCH] dist: Fix bdist_apps regression as of 88d27aa31c1eeb7d48cc468ed23a4ed18a8922f9 --- direct/src/dist/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index cbbfe4c204..4213db21fa 100644 --- a/direct/src/dist/commands.py +++ b/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 = {