Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing dependencies for installing cqlsh on aarch64 (#3543)
When building the test image for cassandra we install cqlsh. On aarch64, the pip install compiles cffi and we need to add some extra dependencies to prevent the build from failing. These may be removed in the future if upstream deps change for aarch64.
- Loading branch information