Blame SOURCES/0001-Disable-pylint-BR.patch

44a447
From 505d11da6cb8bd25eb0820fed78c69a9c4a867f5 Mon Sep 17 00:00:00 2001
44a447
From: Bastien Nocera <hadess@hadess.net>
44a447
Date: Tue, 12 May 2015 19:39:24 +0200
44a447
Subject: [PATCH] Disable pylint BR
44a447
44a447
---
44a447
 configure.ac | 2 +-
44a447
 1 file changed, 1 insertion(+), 1 deletion(-)
44a447
44a447
diff --git a/configure.ac b/configure.ac
44a447
index 85d82a7..a5cbed5 100644
44a447
--- a/configure.ac
44a447
+++ b/configure.ac
44a447
@@ -218,7 +218,7 @@ if test "x$enable_python" != "xno"; then
44a447
 fi
44a447
 
44a447
 # Output the results of the Python checks
44a447
-if test "x$have_python" != "xyes" -o "x$have_pygobject" != "xyes" -o "x$PYLINT" = "xno"; then
44a447
+if test "x$have_python" != "xyes" -o "x$have_pygobject" != "xyes"; then
44a447
 	if test "x$enable_python" = "xyes"; then
44a447
 		AC_MSG_ERROR([python >= $PYTHON_REQS, $PYTHON_MODULES or pylint not found])
44a447
 	elif test "x$enable_python" = "xautodetect"; then
44a447
-- 
44a447
2.4.0
44a447