Code review comment for ~zzehring/charm-mongodb:bugfix/lp1882641-trusty-charm-upgrade-fails-import-pip

Revision history for this message
Andrea Ieri (aieri) wrote :

This looks fine, but I suspect hooks/install is run before hooks/hooks.py, so this could more simply become (in that file):

- declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml')
+ declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml' 'python3-pip')

« Back to merge proposal