summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core.morph4
-rw-r--r--strata/core/python3.morph8
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