diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/clickdc/files | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/clickdc/files')
| -rw-r--r-- | dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch b/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch new file mode 100644 index 000000000000..13cdbad77d5e --- /dev/null +++ b/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch @@ -0,0 +1,15 @@ +More complicated patch +https://github.com/Kamilcuk/clickdc/pull/3 + +--- a/tests/test.py ++++ b/tests/test.py +@@ -11,7 +11,7 @@ import clickdc + + + def invoke(*args, **kwargs): +- return CliRunner(mix_stderr=True).invoke(*args, **kwargs) ++ return CliRunner().invoke(*args, **kwargs) + + + def run(arg_class, input: str, output: Any = None, fail: int = 0, toargs: bool = False): + |
