02-fix-ya.make.patch 532 B

12345678910111213141516171819202122232425262728
  1. --- contrib/python/ipython/py2/ya.make (index)
  2. +++ contrib/python/ipython/py2/ya.make (working tree)
  3. @@ -16,1 +15,0 @@ PEERDIR(
  4. - contrib/python/pexpect
  5. @@ -21,6 +18,23 @@ PEERDIR(
  6. contrib/python/traitlets
  7. )
  8. +IF (OS_WINDOWS)
  9. + PEERDIR(
  10. + contrib/python/colorama
  11. + contrib/deprecated/python/win-unicode-console
  12. + )
  13. +ELSE ()
  14. + PEERDIR(
  15. + contrib/python/pexpect
  16. + )
  17. +ENDIF ()
  18. +
  19. +IF (OS_DARWIN)
  20. + PEERDIR(
  21. + contrib/python/appnope
  22. + )
  23. +ENDIF ()
  24. +
  25. NO_LINT()
  26. NO_CHECK_IMPORTS(