dist: Fix bdist_apps regression as of 88d27aa31c1eeb7d48cc468ed23a4ed18a8922f9

This commit is contained in:
rdb 2023-05-08 19:48:57 +02:00
parent 53f32e440e
commit e582436719

View File

@ -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 = {