summaryrefslogtreecommitdiff
path: root/libre/sagemath/package.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 19:46:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 20:42:27 -0300
commitf5dad6e3e51ada230f72b8c780d50c0935299e91 (patch)
tree9311d4b5992fa91d35f66b5fba4962769fe02b04 /libre/sagemath/package.patch
parentadd1e8262e559532869b733aad5a711a03f46c51 (diff)
sagemath-6.9-2.parabola1: updating version
* switch to atlas-lapack * add python2-igraph dependency * move lrs to depends
Diffstat (limited to 'libre/sagemath/package.patch')
-rw-r--r--libre/sagemath/package.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/sagemath/package.patch b/libre/sagemath/package.patch
index 0b219ddeb..b2a0d2dcf 100644
--- a/libre/sagemath/package.patch
+++ b/libre/sagemath/package.patch
@@ -4,7 +4,7 @@
Otherwise, installing "pillow" will cause this function to think
that "pil" is installed, for example.
"""
-- return any(p.split('-')[0] == package for p in install_package())
+- return any(p.split('-')[0] == package for p in installed_packages())
+ return True
def package_versions(package_type, local=False):