Commit c2943f27 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

*: use OpenSSL-3.0 for Python 2.7.

parent 2f4b6f02
...@@ -25,9 +25,6 @@ revision = ...@@ -25,9 +25,6 @@ revision =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
# we need persistent to be a git checkout because persistent tests want to # we need persistent to be a git checkout because persistent tests want to
# discover in-tree files that are not present in persistent egg when it is # discover in-tree files that are not present in persistent egg when it is
# installed in non-development mode: # installed in non-development mode:
......
...@@ -6,6 +6,3 @@ extends = ...@@ -6,6 +6,3 @@ extends =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -5,6 +5,3 @@ extends = test.cfg ...@@ -5,6 +5,3 @@ extends = test.cfg
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -15,9 +15,6 @@ parts = ...@@ -15,9 +15,6 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[gcc] [gcc]
min_version = 0 min_version = 0
......
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -4,9 +4,6 @@ extends = slapos.cfg ...@@ -4,9 +4,6 @@ extends = slapos.cfg
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
# Use Python2-compatible versions of zc.buildout dependencies from the start. # Use Python2-compatible versions of zc.buildout dependencies from the start.
# These versions must be pinned unconditionally because slapos.rebootstrap # These versions must be pinned unconditionally because slapos.rebootstrap
# will necessarily keep the same versions of zc.buildout and dependencies # will necessarily keep the same versions of zc.buildout and dependencies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment