trove/integration/scripts/files/elements/ubuntu-trusty-mongodb/install.d/25-trove-mongo-dep

10 lines
198 B
Bash
Executable File

#!/bin/bash
# CONTEXT: GUEST during CONSTRUCTION as ROOT
# PURPOSE: Install trove guest python dependencies - see trovestack functions_qemu
set -e
set -o xtrace
pip3 install pymongo>=3.0.2,!=3.1