diff options
author | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
---|---|---|
committer | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
commit | 06e5c21a835c0e923506c4ff27929f34e00761c2 (patch) | |
tree | 75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /contrib/python/ipython/py2/patches/02-fix-ya.make.patch | |
parent | 03f024c4412e3aa613bb543cf1660176320ba8f4 (diff) | |
download | ydb-06e5c21a835c0e923506c4ff27929f34e00761c2.tar.gz |
fix ya.make
Diffstat (limited to 'contrib/python/ipython/py2/patches/02-fix-ya.make.patch')
-rw-r--r-- | contrib/python/ipython/py2/patches/02-fix-ya.make.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/python/ipython/py2/patches/02-fix-ya.make.patch b/contrib/python/ipython/py2/patches/02-fix-ya.make.patch deleted file mode 100644 index 1317ceea2d..0000000000 --- a/contrib/python/ipython/py2/patches/02-fix-ya.make.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- contrib/python/ipython/py2/ya.make (index) -+++ contrib/python/ipython/py2/ya.make (working tree) -@@ -16,1 +15,0 @@ PEERDIR( -- contrib/python/pexpect -@@ -21,6 +18,23 @@ PEERDIR( - contrib/python/traitlets - ) - -+IF (OS_WINDOWS) -+ PEERDIR( -+ contrib/python/colorama -+ contrib/deprecated/python/win-unicode-console -+ ) -+ELSE () -+ PEERDIR( -+ contrib/python/pexpect -+ ) -+ENDIF () -+ -+IF (OS_DARWIN) -+ PEERDIR( -+ contrib/python/appnope -+ ) -+ENDIF () -+ - NO_LINT() - - NO_CHECK_IMPORTS( |