forked from pool/python-libnacl
- 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
14 lines
365 B
Diff
14 lines
365 B
Diff
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():
|