From 7a24dbb2f6dca9e0c30f75c3c9b12d81c41bd984 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 16 Jul 2015 14:21:34 -0500 Subject: sagemath: add new package to [libre] --- libre/sagemath/package.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/sagemath/package.patch (limited to 'libre/sagemath/package.patch') 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(): + """ -- cgit v1.2.3