mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
PYDISTUTILS_AUTOPLIST to create the correct entries for the plists Reported by: many Reviewed by: wg@
11 lines
443 B
Python
11 lines
443 B
Python
--- setuptools/command/install_egg_info.py.orig 2013-11-27 22:45:15.000000000 +0100
|
|
+++ setuptools/command/install_egg_info.py 2013-11-27 22:45:23.000000000 +0100
|
|
@@ -23,7 +23,7 @@
|
|
).egg_name()+'.egg-info'
|
|
self.source = ei_cmd.egg_info
|
|
self.target = os.path.join(self.install_dir, basename)
|
|
- self.outputs = [self.target]
|
|
+ self.outputs = []
|
|
|
|
def run(self):
|
|
self.run_command('egg_info')
|