Skip to content

Commit

Permalink
Fix 'error: sodium.h: No such file or directory' while installing pynacl
Browse files Browse the repository at this point in the history
This removes -e (`pip install --editable`) from the pynacl line in
requirements.txt, and uses git+https:// because pip will break if the
URI isn't in the format `vcs+protocol://...`

This may be related to the following pynacl issue:

    pyca/pynacl#79
  • Loading branch information
dlitz authored and Charles Gruenwald committed Sep 3, 2014
1 parent 718253b commit bc8db1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ enum==0.4.4
git+https://github.com/inboxapp/inbox-python.git@master#egg=inbox-python
-e git://github.com/inboxapp/inbox-python.git@master#egg=inbox-python
#pynacl==0.2.3
-e git://github.com/kav-ya/pynacl.git@libsodium_fix#egg=pynacl
git+https://github.com/kav-ya/pynacl.git@libsodium_fix#egg=pynacl
pyaml==14.05.7
enum==0.4.4

0 comments on commit bc8db1a

Please sign in to comment.