diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/clickdc/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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, 0 insertions, 15 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 deleted file mode 100644 index 13cdbad77d5e..000000000000 --- a/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch +++ /dev/null @@ -1,15 +0,0 @@ -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): - |
