Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Removed requirement that is not needed
Browse files Browse the repository at this point in the history
I have removed libsodium from CentOS system requirements, as it is
part PyNaCl.

Signed-off-by: Richard Kellner <[email protected]>
  • Loading branch information
ricco386 committed Mar 22, 2017
1 parent a188056 commit 8d1dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Installing prerequisites on ArchLinux::
Installing prerequisites on CentOS 7::

sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
lcms2-devel libwebp-devel libsodium tcl-devel tk-devel \
lcms2-devel libwebp-devel tcl-devel tk-devel \
python-virtualenv libffi-devel openssl-devel
sudo yum groupinstall "Development Tools"

Expand Down

0 comments on commit 8d1dd7e

Please sign in to comment.