virtinst: do not depend on glanceclient

because its not a dependency and because its broken.

+1 -1
+1 -1
pkgs/applications/virtualization/virtinst/default.nix
··· 15 pythonPath = with python2Packages; 16 [ setuptools eventlet greenlet gflags netaddr carrot routes 17 PasteDeploy m2crypto ipy twisted 18 - distutils_extra simplejson glanceclient cheetah lockfile httplib2 19 # !!! should libvirt be a build-time dependency? Note that 20 # libxml2Python is a dependency of libvirt.py. 21 libvirt libxml2Python urlgrabber
··· 15 pythonPath = with python2Packages; 16 [ setuptools eventlet greenlet gflags netaddr carrot routes 17 PasteDeploy m2crypto ipy twisted 18 + distutils_extra simplejson cheetah lockfile httplib2 19 # !!! should libvirt be a build-time dependency? Note that 20 # libxml2Python is a dependency of libvirt.py. 21 libvirt libxml2Python urlgrabber