Change packages for pkg.installed tests on Debian-based systems

Travis-CI uses Debian/Ubuntu VMs and bzr is on their base image, so this
causes these tests to fail on Travis. This replaces bzr for tests on
Debian-based OSes.
This commit is contained in:
Erik Johnson 2013-10-19 10:48:10 -05:00
parent 3d3a13050a
commit 9d75d7a425

View File

@ -18,7 +18,7 @@ import salt.utils
_PKG_TARGETS = {
'Arch': ['bzr', 'finch'],
'Debian': ['bzr', 'finch'],
'Debian': ['python-plist', 'finch'],
'RedHat': ['bzr', 'finch'],
'FreeBSD': ['aalib', 'pth'],
'Suse': ['aalib', 'finch']