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/py3/patches/02-fix-ya.make.patch | |
parent | 03f024c4412e3aa613bb543cf1660176320ba8f4 (diff) | |
download | ydb-06e5c21a835c0e923506c4ff27929f34e00761c2.tar.gz |
fix ya.make
Diffstat (limited to 'contrib/python/ipython/py3/patches/02-fix-ya.make.patch')
-rw-r--r-- | contrib/python/ipython/py3/patches/02-fix-ya.make.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch deleted file mode 100644 index 7ae6f38152..0000000000 --- a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- contrib/python/ipython/py3/.dist-info/METADATA (index) -+++ contrib/python/ipython/py3/.dist-info/METADATA (working tree) -@@ -28,7 +28,7 @@ Classifier: Programming Language :: Python :: 3 :: Only - License-File: LICENSE - Requires-Dist: backcall - Requires-Dist: decorator --Requires-Dist: jedi (>=0.16) -+Requires-Dist: jedi (>=0.13) - Requires-Dist: matplotlib-inline - Requires-Dist: pickleshare - Requires-Dist: prompt-toolkit (!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0) ---- contrib/python/ipython/py3/ya.make (index) -+++ contrib/python/ipython/py3/ya.make (working tree) -@@ -14,14 +14,29 @@ PEERDIR( - contrib/python/decorator - contrib/python/jedi - contrib/python/matplotlib-inline -- contrib/python/pexpect - contrib/python/pickleshare - contrib/python/prompt-toolkit - contrib/python/setuptools - contrib/python/stack-data - contrib/python/traitlets - ) - -+IF (OS_WINDOWS) -+ PEERDIR( -+ contrib/python/colorama -+ ) -+ELSE() -+ PEERDIR( -+ contrib/python/pexpect -+ ) -+ENDIF() -+ -+IF (OS_DARWIN) -+ PEERDIR( -+ contrib/python/appnope -+ ) -+ENDIF() -+ - NO_LINT() - - NO_CHECK_IMPORTS( |