Package: fabric
Version: 0.1.1-1
Severity: grave
Justification: renders package unusable
The following message is displayed when trying to run fab utility.
$fab -H localhost test.fab
Traceback (most recent call last):
File "/usr/bin/fab", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
The contents of test.fab are as follows.
from fabric.api import run
def host_type():
run('uname -s')
The issue is due to missing package dependancy of
python-pkg-resources
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages fabric depends on:
ii python 2.5.2-3 An interactive high-level object-o
ii python-paramiko 1.7.4-0.1 Make ssh v2 connections with pytho
ii python-support 1.0.4 automated rebuilding support for P
fabric recommends no packages.
fabric suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]