Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
7af0dfd0
Commit
7af0dfd0
authored
9 years ago
by
Kazuhiko Shiozaki
Committed by
Julien Muchembled
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup PYTHONEXTRAPATH when _install() finishes
parent
6baf761d
1-nexedi
1.7.1.post14
1.7.1.post13
1.7.1.post12
1.7.1.post11
1.7.1.post10
zc.recipe.egg-1.3.2.post5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zc.recipe.egg_/src/zc/recipe/egg/custom.py
zc.recipe.egg_/src/zc/recipe/egg/custom.py
+1
-1
No files found.
zc.recipe.egg_/src/zc/recipe/egg/custom.py
View file @
7af0dfd0
...
...
@@ -152,7 +152,7 @@ class Custom(Base):
newest
=
self
.
newest
,
)
extra_path
=
os
.
pathsep
.
join
(
ws
.
entries
)
os
.
environ
[
'PYTHONEXTRAPATH'
]
=
extra_path
self
.
environment
[
'PYTHONEXTRAPATH'
]
=
os
.
environ
[
'PYTHONEXTRAPATH'
]
=
extra_path
patch_dict
=
self
.
_get_patch_dict
(
options
,
distribution
)
return
zc
.
buildout
.
easy_install
.
build
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment