blob: 998b6f0cfb5df8c34ec7e28daf6b6e4403683d5c (
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/python/win-unicode-console
+ )
+ELSE ()
+ PEERDIR(
+ contrib/python/pexpect
+ )
+ENDIF ()
+
+IF (OS_DARWIN)
+ PEERDIR(
+ contrib/python/appnope
+ )
+ENDIF ()
+
NO_LINT()
NO_CHECK_IMPORTS(
|