Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
96cf5718
Commit
96cf5718
authored
Jul 16, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.6.0, 2.6.1 notices for cedar, not cedar-14
parent
d3f83517
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
python-2.6.0
builds/runtimes/python-2.6.0
+2
-0
python-2.6.1
builds/runtimes/python-2.6.1
+2
-0
No files found.
builds/runtimes/python-2.6.0
View file @
96cf5718
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
# Build Path: /app/.heroku/python/
# Build Path: /app/.heroku/python/
# Build Deps: libraries/sqlite
# Build Deps: libraries/sqlite
# NOTICE: This formula only works for the cedar stack, not cedar-14.
OUT_PREFIX
=
$1
OUT_PREFIX
=
$1
# Protect 2.6 builds from parent Python (causes segfault during build).
# Protect 2.6 builds from parent Python (causes segfault during build).
...
...
builds/runtimes/python-2.6.1
View file @
96cf5718
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
# Build Path: /app/.heroku/python/
# Build Path: /app/.heroku/python/
# Build Deps: libraries/sqlite
# Build Deps: libraries/sqlite
# NOTICE: This formula only works for the cedar stack, not cedar-14.
OUT_PREFIX
=
$1
OUT_PREFIX
=
$1
# Protect 2.6 builds from parent Python (causes segfault during build).
# Protect 2.6 builds from parent Python (causes segfault during build).
...
...
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