remove old patch forcing hardcoded "pycodestyle-3"

This commit is contained in:
sthen 2021-03-09 08:46:27 +00:00
parent dc4cc9b3b5
commit 3d81255e3e

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-cmake_FindPyCodestyle_cmake,v 1.1 2020/08/09 09:37:07 kirby Exp $
OpenBSD's pycodestyle executable name is pycodestyle-3
Add OpenBSD py3-codestyle binary to NAMES
Index: cmake/FindPyCodestyle.cmake
--- cmake/FindPyCodestyle.cmake.orig
+++ cmake/FindPyCodestyle.cmake
@@ -1,5 +1,5 @@
find_program(PYCODESTYLE_EXECUTABLE
- NAMES pycodestyle pep8 # Old name
+ NAMES pycodestyle-3
DOC "Python style guide checker"
)