class pyroscope::dependencies { # From http://pyrocore.readthedocs.io/en/latest/installation.html # https://github.com/pyroscope/rtorrent-ps/blob/master/docs/DebianInstallFromSource.md#build-rtorrent-and-core-dependencies-from-source package { [ # These should be defined elsewhere #'wget', #'git', #'locales', #'tmux', 'build-essential', 'subversion', 'python', 'python-dev', 'python-pip', 'python-pkg-resources', 'python-setuptools', 'python-virtualenv', 'libsigc++-2.0-dev', 'libssl-dev', 'libncurses5-dev', 'libncursesw5-dev', 'libtool', 'libxml2-dev', 'libc-ares-dev', 'libcppunit-dev', 'autoconf', 'automake', 'pkg-config', 'zlib1g-dev', # Old dependencies #'libxslt1-dev', ]: ensure => present, } }