aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/patches/02-fix-ya.make.patch
blob: 1317ceea2d39c923ecfdaafc273db4aa15e73637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- 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(