Merge "Fix handling of pip and virtualenv on openSUSE"
This commit is contained in:
commit
2671a8b97e
@ -11,7 +11,6 @@ python-setuptools # instead of python-distribute; dist:sle11sp2
|
|||||||
python-cmd2 # dist:opensuse-12.3
|
python-cmd2 # dist:opensuse-12.3
|
||||||
python-pylint
|
python-pylint
|
||||||
python-unittest2
|
python-unittest2
|
||||||
python-virtualenv
|
|
||||||
screen
|
screen
|
||||||
tar
|
tar
|
||||||
tcpdump
|
tcpdump
|
||||||
|
@ -926,7 +926,7 @@ function uninstall_package() {
|
|||||||
elif is_fedora; then
|
elif is_fedora; then
|
||||||
sudo yum remove -y "$@"
|
sudo yum remove -y "$@"
|
||||||
elif is_suse; then
|
elif is_suse; then
|
||||||
sudo rpm -e "$@"
|
sudo zypper rm "$@"
|
||||||
else
|
else
|
||||||
exit_distro_not_supported "uninstalling packages"
|
exit_distro_not_supported "uninstalling packages"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user