[python-imageio] 02/02: Use system libraries
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Jun 4 11:06:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to tag patched/2.1.2+ds1-1
in repository python-imageio.
commit 81a80efb09d77334f865a1a56fc516e798ecd885
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Dec 28 14:45:12 2016 +0000
Use system libraries
---
imageio/core/findlib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/imageio/core/findlib.py b/imageio/core/findlib.py
index f039445..e3aada8 100644
--- a/imageio/core/findlib.py
+++ b/imageio/core/findlib.py
@@ -15,7 +15,7 @@ import ctypes
LOCALDIR = os.path.abspath(os.path.dirname(__file__))
# Flag that can be patched / set to True to disable loading non-system libs
-SYSTEM_LIBS_ONLY = False
+SYSTEM_LIBS_ONLY = True
def looks_lib(fname):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-imageio.git
More information about the debian-science-commits
mailing list