Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CORE UPDATE - PART I] Refactor python recipes + openssl + sqlite3 #1537
[CORE UPDATE - PART I] Refactor python recipes + openssl + sqlite3 #1537
Changes from all commits
ecae875
dd2b402
883849e
4c487fd
e85969e
9fb72b0
c642482
fd99a30
71ba0fb
6cb1b20
f716a3a
de6808f
bc91696
1c365d9
f67c8f8
e11c4d1
6b60c62
56cb4cc
c8f7d0a
5d782e4
fc657c7
929f8fc
144c4a8
0e41ac7
70074bb
1063801
39bd03a
7075901
d2b7ba5
3ecf55c
d9eed72
0a797ed
1f47a69
f911677
00fe5ca
e94b765
2940c9a
54fa1d8
6a92b26
81066e2
3ac092d
6ceb46f
e91449f
d985f22
cdbf2ae
969cdc6
4083502
92f5493
2460d6e
2e6e256
1a4830b
fcac121
5c71a1a
c11f540
f4ce5b8
66d6394
c23cde6
c32741e
0fb5116
bd7d4c1
7a7d9f6
977a86d
dbbd3f8
bdd2b7c
99ee28b
5185b1e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we should just omit this change, since SSL works with python 3 now and crystax becomes increasingly unnecessary. I think the better plan is to dump Crystax very soon. OpenSSL is as far as I know the only part remaining that doesn't work with @inclement 's new python 3 recipe, and you're fixing this right here in this pull request.
Or is this also useful/necessary in some way for non-crystax builds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we cannot remove this line because we need that for the new version of python2 which also use the
python_bundle_dir
like python3.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just use
$PYTHON_INCLUDE_ROOT
and$PYTHON_LINK_ROOT
, see other comments.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that we can replace them because the variables you propose are absolute paths, and we need them relative paths.