diff --git a/spec/acceptance/fixtures/openstack_pip.pp b/spec/acceptance/fixtures/openstack_pip.pp index 5d11edf..e25398e 100644 --- a/spec/acceptance/fixtures/openstack_pip.pp +++ b/spec/acceptance/fixtures/openstack_pip.pp @@ -1,31 +1,7 @@ include pip $packages = [ - 'bandersnatch', - 'elasticsearch-curator', - 'gear', - 'git-review', - 'irclog2html', - 'gerritbot', - 'keyring', - 'ndg-httpsclient', - 'pyasn1', - 'PyGithub', - 'pyOpenSSL', - 'python-jenkins', - 'python-subunit', - 'python-swiftclient', - 'PyYAML', - 'requests', - 'requestsexceptions', 'shade', - 'statsd', - 'SQLAlchemy', - 'subunit2sql', - 'testtools', - 'tox', - 'virtualenv', - 'yappi', ] package { $packages: ensure => latest,