From fee0af431c68743281fd8d196709792528d96ff8 Mon Sep 17 00:00:00 2001 From: StefanD986 Date: Thu, 11 Feb 2016 14:01:30 +0100 Subject: [PATCH] Installs Cython via pip rather than via the package manager The Cython version needs to be >=0.22 because libswiftnav requires that. If Cython is installed via the systems package manager, an outdated version might be installed. Cython is required in the `requirements.txt` file, so it will be installed via pip. This patch removes Cython from the `apt-get` list. --- deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deps.sh b/deps.sh index 4aa1cf0..6196b5e 100755 --- a/deps.sh +++ b/deps.sh @@ -16,7 +16,6 @@ function install_deps_debian () { build-essential \ python-numpy \ python-dev \ - cython \ python-cython \ python-dev git submodule update --init