summarylogtreecommitdiffstats
path: root/ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch')
-rw-r--r--ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch b/ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch
deleted file mode 100644
index 5a23a6f43111..000000000000
--- a/ovirt-guest-agent-1.0.12.1_python_pycodestyle.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naupr ovirt-guest-agent-1.0.12.1_orig/configure.ac ovirt-guest-agent-1.0.12.1/configure.ac
---- ovirt-guest-agent-1.0.12.1_orig/configure.ac 2016-06-15 13:07:57.000000000 +0600
-+++ ovirt-guest-agent-1.0.12.1/configure.ac 2016-07-23 21:39:58.512299556 +0600
-@@ -101,8 +101,11 @@ dnl ------------------------------------
- HAVE_PEP8="yes"
- AC_PATH_PROG([PEP8], [pep8])
- if test "x$PEP8" = "x"; then
-- AC_MSG_WARN([python-pep8 not found])
-- HAVE_PEP8="no"
-+ AC_PATH_PROG([PEP8], [pycodestyle2])
-+ if test "x$PEP8" = "x"; then
-+ AC_MSG_WARN([Neither python-pep8 nor python-pycodestyle could be found])
-+ HAVE_PEP8="no"
-+ fi
- fi
- AM_CONDITIONAL(HAVE_PEP8, [ test -n "$HAVE_PEP8" -a "x$HAVE_PEP8" != xno ])
-