forked from pool/python-libnacl
Accepting request 353634 from home:dmacvicar:branches:devel:languages:python
- Add libnacl-1.4.4-libsodium18.patch to find libsodium 1.0.8 - Fix BuildRequires to avoid building with a newer version of libsodium than 1.0.8 OBS-URL: https://build.opensuse.org/request/show/353634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=28
This commit is contained in:
13
libnacl-1.4.4-libsodium18.patch
Normal file
13
libnacl-1.4.4-libsodium18.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: libnacl-1.4.4/libnacl/__init__.py
|
||||
===================================================================
|
||||
--- libnacl-1.4.4.orig/libnacl/__init__.py
|
||||
+++ libnacl-1.4.4/libnacl/__init__.py
|
||||
@@ -9,7 +9,7 @@ from libnacl.version import __version__
|
||||
import ctypes
|
||||
import sys
|
||||
|
||||
-__SONAMES = (17, 13, 10, 5, 4)
|
||||
+__SONAMES = (18, 17, 13, 10, 5, 4)
|
||||
|
||||
|
||||
def _get_nacl():
|
Reference in New Issue
Block a user