mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
system/virt-manager: Reverted to version 1.2.1.
This reverts commit c9c6f0d6db
.
22:59 <slalecks> Error starting Virtual Machine Manager: new_sync() takes exactly 7 arguments (6 given)
22:59 <slalecks> Traceback (most recent call last):
22:59 <slalecks> File "/usr/share/virt-manager/virt-manager", line 264, in <module>
22:59 <slalecks> main()
22:59 <slalecks> File "/usr/share/virt-manager/virt-manager", line 256, in main
22:59 <slalecks> api = StartupAPI()
22:59 <slalecks> File "/usr/share/virt-manager/virtManager/dbusapi.py", line 105, in __init__
22:59 <slalecks> self._proxy = self._init_dbus()
22:59 <slalecks> File "/usr/share/virt-manager/virtManager/dbusapi.py", line 118, in _init_dbus
22:59 <slalecks> "org.freedesktop.DBus")
22:59 <slalecks> TypeError: new_sync() takes exactly 7 arguments (6 given)
This may be fixable, but there's nothing immediately obvious on a web search
and I don't have a lot of time right now to investigate, so we'll revert.
This works fine on a -current system for sure, for what that's worth.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8d25184057
commit
c587787f91
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
# Lots of mods by rworkman for 1.x
|
||||
|
||||
PRGNAM=virt-manager
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="virt-manager"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://virt-manager.org/"
|
||||
DOWNLOAD="http://virt-manager.org/download/sources/virt-manager/virt-manager-1.3.0.tar.gz"
|
||||
MD5SUM="81c15c66538c7059f15c9fc50e0a1320"
|
||||
DOWNLOAD="http://virt-manager.org/download/sources/virt-manager/virt-manager-1.2.1.tar.gz"
|
||||
MD5SUM="c8045da517e7c9d8696e22970291c55e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libosinfo libvirt-glib libvirt-python gnome-python2-gconf tunctl ipaddr-py python-urllib3 python-requests pygobject3 gtk-vnc spice-gtk vte3"
|
||||
REQUIRES="libosinfo libvirt-glib libvirt-python gnome-python2-gconf tunctl ipaddr-py urlgrabber pygobject3 gtk-vnc spice-gtk vte3"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue