mirror of
https://github.com/apache/impala.git
synced 2026-01-11 03:00:14 -05:00
Building readline on linux requires that a dev package of ncurses is installed but it's typically not installed by default. It turns out that pip's requirements file format has a way to mark modules as OS dependent, we just need to use it. Change-Id: Iacb5289a8406cfb975dd98867450228f4df275eb Reviewed-on: http://gerrit.cloudera.org:8080/1640 Reviewed-by: Martin Grund <mgrund@cloudera.com> Tested-by: Internal Jenkins