From fa8310b6048e527e23b3ccd1fecf2d05c03d6aaf Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sun, 20 Jul 2025 13:42:01 -0400 Subject: add patch (courtesy of Adrian Bunk for debian) to allow black-box --- crn/packages/patches/cpplint-pytest-version.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 crn/packages/patches/cpplint-pytest-version.patch (limited to 'crn/packages/patches/cpplint-pytest-version.patch') diff --git a/crn/packages/patches/cpplint-pytest-version.patch b/crn/packages/patches/cpplint-pytest-version.patch deleted file mode 100644 index a388d4a..0000000 --- a/crn/packages/patches/cpplint-pytest-version.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 0297e74..357adcb 100755 ---- a/setup.py -+++ b/setup.py -@@ -75,7 +75,7 @@ setup(name='cpplint', - long_description=open('README.rst').read(), - license='BSD-3-Clause', - setup_requires=[ -- "pytest-runner==5.2" -+ "pytest-runner" - ], - tests_require=test_required, - # extras_require allow pip install .[dev] -- cgit v1.2.3