Commit 172fd4df authored by Jim Fulton's avatar Jim Fulton

Added back options['executable'] because derived recipes may depend on

it.
parent b7536e8b
...@@ -61,6 +61,9 @@ class Eggs(object): ...@@ -61,6 +61,9 @@ class Eggs(object):
""" """
options = self.options options = self.options
# Backward compat. :(
options['executable'] = sys.executable
distributions = [ distributions = [
r.strip() r.strip()
for r in options.get('eggs', self.name).split('\n') for r in options.get('eggs', self.name).split('\n')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment