aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jaraco.text/patches/01-remove-autocommand.patch
blob: 1b6d9d463c1ba7dd8db6e13dc7693e3b4040f090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
У autocommand лицензия LGPL-3 и транзитивно через jaraco.text поджигает проверку у Catboost

В Аркидии этим ни кто не пользуется, потому просто удаляю
--- contrib/python/jaraco.text/jaraco/text/show-newlines.py	(index)
+++ contrib/python/jaraco.text/jaraco/text/show-newlines.py	(working tree)
@@ -1 +0,0 @@
-import autocommand
@@ -30,3 +28,0 @@ def report_newlines(filename):
-
-
-autocommand.autocommand(__name__)(report_newlines)
--- contrib/python/jaraco.text/jaraco/text/strip-prefix.py	(index)
+++ contrib/python/jaraco.text/jaraco/text/strip-prefix.py	(working tree)
@@ -3,2 +2,0 @@ import sys
-import autocommand
-
@@ -19,3 +16,0 @@ def strip_prefix():
-
-
-autocommand.autocommand(__name__)(strip_prefix)