class nodo::utils::development::python {
  package { [ 'python-setuptools', 'python-virtualenv' ]:
    ensure => installed,
  }
}