virt-manager: add requests as dependency
This commit is contained in:
parent
f79a5fc30d
commit
670afd010c
|
@ -28,7 +28,7 @@ python2Packages.buildPythonApplication rec {
|
|||
[ eventlet greenlet gflags netaddr carrot routes PasteDeploy
|
||||
m2crypto ipy twisted distutils_extra simplejson
|
||||
cheetah lockfile httplib2 urlgrabber pyGtkGlade dbus-python
|
||||
pygobject3 ipaddr mox libvirt libxml2
|
||||
pygobject3 ipaddr mox libvirt libxml2 requests
|
||||
];
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in New Issue