mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
testing/cpplint: new aport
This commit is contained in:
parent
144fda98e4
commit
2b94993485
3 changed files with 85 additions and 0 deletions
13
testing/cpplint/relax-dependencies.patch
Normal file
13
testing/cpplint/relax-dependencies.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/setup.py b/setup.py
|
||||
index aef5c4e..55b32cb 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -73,7 +73,7 @@ setup(name='cpplint',
|
||||
long_description=open('README.rst').read(),
|
||||
license='BSD-3-Clause',
|
||||
setup_requires=[
|
||||
- "pytest-runner==5.2"
|
||||
+ "pytest-runner>=5.2"
|
||||
],
|
||||
tests_require=test_required,
|
||||
# extras_require allow pip install .[dev]
|
Loading…
Add table
Add a link
Reference in a new issue