Skip to content

Commit e23f472

Browse files
Anthony Emengomhoran
authored andcommitted
Add support for python 2.7.10
Signed-off-by: Matt Horan <mhoran@pivotal.io>
1 parent a6bf536 commit e23f472

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

manifest.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ dependencies:
4949
- lucid64
5050
uri: https://pivotal-buildpacks.s3.amazonaws.com/python/binaries/lucid64/python-2.7.9.tar.gz
5151
md5: f6f6cdfb39a881ebdec9396ecfb413c6
52+
- name: python
53+
version: 2.7.10
54+
cf_stacks:
55+
- lucid64
56+
uri: https://pivotal-buildpacks.s3.amazonaws.com/python/binaries/lucid64/python-2.7.10.tar.gz
57+
md5: bdc7481bc702c7837e24163584ec87d2
5258
- name: python
5359
version: 2.7.8
5460
cf_stacks:
@@ -61,6 +67,12 @@ dependencies:
6167
- cflinuxfs2
6268
uri: https://pivotal-buildpacks.s3.amazonaws.com/python/binaries/cflinuxfs2/python-2.7.9.tar.gz
6369
md5: 554d0e369fdcc4aa9234315830d096b3
70+
- name: python
71+
version: 2.7.10
72+
cf_stacks:
73+
- cflinuxfs2
74+
uri: https://pivotal-buildpacks.s3.amazonaws.com/python/binaries/cflinuxfs2/python-2.7.10.tar.gz
75+
md5: e061640801de23f55a925c598912dd5a
6476
- name: python
6577
version: 3.3.5
6678
cf_stacks:

0 commit comments

Comments
 (0)