mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Document openssl header workaround for El Capitan (thanks michal`)
This commit is contained in:
@@ -28,6 +28,10 @@ First install some libraries from your package manager:
|
||||
brew install libffi libyaml
|
||||
sudo easy_install pip
|
||||
|
||||
# note: on OSX El Capitan, Apple stopped shipping the OpenSSL headers
|
||||
# the command below is a workaround to install the Cryptography package
|
||||
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography
|
||||
|
||||
Then install `sops` from pip::
|
||||
|
||||
sudo pip install --upgrade sops
|
||||
|
||||
@@ -3,3 +3,4 @@ boto3>=1.1.3
|
||||
ruamel.yaml>=0.10.7
|
||||
ordereddict>=1.1
|
||||
simplejson>=3.8
|
||||
futures>=2.2.0
|
||||
|
||||
Reference in New Issue
Block a user