Displaying 1 result from an estimated 1 matches for "required_pip_packag".
Did you mean:
required_pip_packages
2013 May 30
0
PyPI package keeps upgrading/installing
...The container
Class[Mapreduce] will propagate my refresh event
###
puppetcilent ~# pip freeze | egrep riak.pb
riak-pb==1.2.1
###
puppetclient ~# cat
/usr/local/lib/python2.7/dist-packages/riak_pb-1.2.1-py2.7.egg-info/PKG-INFO
| grep Name
Name: riak-pb
###
puppetserver ~# cat init.pp
...
$required_pip_packages = [
''clint'',
''gevent'',
''MySQL-python'',
''redis'',
''requests'',
''riak'',
''riak_pb'',
''ujson'',...