Commit e2c2ce37 authored by Xavier Thompson's avatar Xavier Thompson

[tmp] Reapply OpenSSL fixup for components

Re-add

```
[openssl]
<= openssl-1.1
```

in components, and re-remove it from component/python-2.7/buildout.cfg.
parent 1e5ad8f9
...@@ -25,6 +25,9 @@ revision = ...@@ -25,6 +25,9 @@ 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,3 +6,6 @@ extends = ...@@ -6,3 +6,6 @@ extends =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -5,3 +5,6 @@ extends = test.cfg ...@@ -5,3 +5,6 @@ extends = test.cfg
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -17,9 +17,6 @@ extends = ...@@ -17,9 +17,6 @@ extends =
parts = parts =
python2.7 python2.7
[openssl]
<= openssl-1.1
[bootstrap2.7] [bootstrap2.7]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = zc.buildout eggs = zc.buildout
......
...@@ -15,6 +15,9 @@ parts = ...@@ -15,6 +15,9 @@ 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
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