02-fix-ya.make.patch 727 B

1234567891011121314151617181920212223242526272829303132
  1. --- contrib/python/ipython/py3/.dist-info/METADATA (index)
  2. +++ contrib/python/ipython/py3/.dist-info/METADATA (working tree)
  3. @@ -31,1 +31,1 @@ Classifier: Programming Language :: Python :: 3 :: Only
  4. -Requires-Dist: jedi>=0.16
  5. +Requires-Dist: jedi>=0.13
  6. --- contrib/python/ipython/py3/ya.make (index)
  7. +++ contrib/python/ipython/py3/ya.make (working tree)
  8. @@ -17,1 +17,0 @@ PEERDIR(
  9. - contrib/python/pexpect
  10. @@ -21,6 +20,22 @@ PEERDIR(
  11. contrib/python/traitlets
  12. )
  13. +IF (OS_WINDOWS)
  14. + PEERDIR(
  15. + contrib/python/colorama
  16. + )
  17. +ELSE()
  18. + PEERDIR(
  19. + contrib/python/pexpect
  20. + )
  21. +ENDIF()
  22. +
  23. +IF (OS_DARWIN)
  24. + PEERDIR(
  25. + contrib/python/appnope
  26. + )
  27. +ENDIF()
  28. +
  29. NO_LINT()
  30. NO_CHECK_IMPORTS(