-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to xmlsec v1.3.14 * Remove a couple more packages from docker build
- Loading branch information
1 parent
d8c38f6
commit 2473400
Showing
9 changed files
with
63 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,23 +62,6 @@ If you do not yet have Homebrew, you can install it by running the following: | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
``` | ||
|
||
While you're at it, go ahead and install the following required dependencies: | ||
|
||
```sh | ||
brew install pkg-config libffi | ||
brew install libjpeg | ||
``` | ||
|
||
The version of libxmlsec1 (v1.3) that ships with brew is currently not compatible with the python | ||
xmlsec package that we use (for more details see | ||
[this xmlsec issue](https://github.com/xmlsec/python-xmlsec/issues/163)). In order to install a | ||
compatible version of libxmlsec1, you can use the following command: | ||
|
||
```sh | ||
brew tap jonathangreen/xmlsec | ||
brew install [email protected] | ||
``` | ||
|
||
#### Linux | ||
|
||
Most distributions will offer Python packages. On Arch Linux, the following command is sufficient: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.