From d2ead65825a286c3851009f55d66ebdd1b138cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 12 Oct 2016 12:03:38 +0100 Subject: strata/core.morph: Upgrade python to v3.5.2 Change-Id: Ic4b2f6d905b3f9bf93a521c189682ee487ca3078 --- strata/core.morph | 4 ++-- strata/core/python3.morph | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/strata/core.morph b/strata/core.morph index 6bb4944d..4d71b37e 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -122,8 +122,8 @@ chunks: - name: python3 morph: strata/core/python3.morph repo: upstream:cpython - ref: 3f1e8a3de39ff8a807720d57f49a91d7449435ad - unpetrify-ref: v3.4.3 + ref: 609bc370055e03b3c74c4321a5990929c29a226d + unpetrify-ref: v3.5.2 build-depends: - openssl-new - bzip2 diff --git a/strata/core/python3.morph b/strata/core/python3.morph index 68184f31..54d2e9e7 100644 --- a/strata/core/python3.morph +++ b/strata/core/python3.morph @@ -9,7 +9,7 @@ configure-commands: --with-system-expat \ --with-system-ffi post-install-commands: -- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python -- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3 -- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python-config -- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python3-config +- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python +- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python3 +- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python-config +- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python3-config -- cgit v1.2.1