blob: 828df69945b43cb1a2da03a886651b7d22de3654 (
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
29
30
31
32
|
--- contrib/python/ipython/py3/.dist-info/METADATA (index)
+++ contrib/python/ipython/py3/.dist-info/METADATA (working tree)
@@ -31,1 +31,1 @@ Classifier: Programming Language :: Python :: 3 :: Only
-Requires-Dist: jedi >=0.16
+Requires-Dist: jedi >=0.13
--- contrib/python/ipython/py3/ya.make (index)
+++ contrib/python/ipython/py3/ya.make (working tree)
@@ -17,1 +17,0 @@ PEERDIR(
- contrib/python/pexpect
@@ -21,6 +20,22 @@ PEERDIR(
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(
|