summarylogtreecommitdiffstats
path: root/ovirt-guest-agent-1.0.13_arch_pycodestyle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ovirt-guest-agent-1.0.13_arch_pycodestyle.patch')
-rw-r--r--ovirt-guest-agent-1.0.13_arch_pycodestyle.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ovirt-guest-agent-1.0.13_arch_pycodestyle.patch b/ovirt-guest-agent-1.0.13_arch_pycodestyle.patch
deleted file mode 100644
index c3b9cef1cbd9..000000000000
--- a/ovirt-guest-agent-1.0.13_arch_pycodestyle.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naupr ovirt-guest-agent-1.0.13_orig/configure.ac ovirt-guest-agent-1.0.13/configure.ac
---- ovirt-guest-agent-1.0.13_orig/configure.ac 2016-12-06 18:05:53.000000000 +0700
-+++ ovirt-guest-agent-1.0.13/configure.ac 2017-04-18 21:50:34.574548863 +0700
-@@ -101,7 +101,7 @@ dnl ------------------------------------
- HAVE_PEP8="yes"
- AC_PATH_PROG([PEP8], [pep8])
- if test "x$PEP8" = "x"; then
-- AC_PATH_PROG([PEP8], [pycodestyle])
-+ 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"