summaryrefslogtreecommitdiff
path: root/libre/sagemath/package.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-16 14:21:34 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-16 14:21:34 -0500
commit7a24dbb2f6dca9e0c30f75c3c9b12d81c41bd984 (patch)
tree95c21b175d249070039a7eaa2ab8b8a2b2a6aa27 /libre/sagemath/package.patch
parent5c9e07c02b8174ddb3782bfd24c58451654bfe5a (diff)
downloadabslibre-7a24dbb2f6dca9e0c30f75c3c9b12d81c41bd984.tar.gz
abslibre-7a24dbb2f6dca9e0c30f75c3c9b12d81c41bd984.tar.bz2
abslibre-7a24dbb2f6dca9e0c30f75c3c9b12d81c41bd984.zip
sagemath: add new package to [libre]
Diffstat (limited to 'libre/sagemath/package.patch')
-rw-r--r--libre/sagemath/package.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/sagemath/package.patch b/libre/sagemath/package.patch
new file mode 100644
index 000000000..08ab8a8bd
--- /dev/null
+++ b/libre/sagemath/package.patch
@@ -0,0 +1,11 @@
+--- src/sage/misc/package.py.orig 2014-11-23 15:58:13.000000000 +0100
++++ src/sage/misc/package.py 2015-01-22 20:32:25.651383902 +0100
+@@ -194,7 +194,7 @@
+ sage: is_package_installed('sage')
+ True
+ """
+- return any(p.startswith(package) for p in install_package())
++ return True
+
+ def standard_packages():
+ """