5👍
Based on this post I was able to install it with the following command:
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" SWIG_FEATURES="-cpperraswarn -includeall -I$(brew --prefix openssl)/include" pipenv install M2Crypto
Source:stackexchange.com