From deb5b68dd1190d0fbb114b5bc6b48f8088551f5c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 11 Oct 2015 23:25:50 -0300 Subject: sagemath-6.9-1.parabola1: updating version --- libre/sagemath/package.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/sagemath/package.patch') 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): -- cgit v1.2.3