mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
dist: Fix bdist_apps regression as of 88d27aa31c1eeb7d48cc468ed23a4ed18a8922f9
This commit is contained in:
parent
53f32e440e
commit
e582436719
2
direct/src/dist/commands.py
vendored
2
direct/src/dist/commands.py
vendored
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user