Ned Deily <n...@python.org> added the comment:

You appear to be using the Developer Guide recipe for Python versions < 3.7. 
Try this one to get everything:

CPPFLAGS="-I$(brew --prefix openssl)/include" \
  LDFLAGS="-L$(brew --prefix openssl)/lib" \
  --with-openssl=$(brew --prefix openssl) \
  ./configure --with-pydebug

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to