virt-manager: add requests as dependency

This commit is contained in:
Olegs Jeremejevs 2017-05-07 12:15:19 +03:00
parent f79a5fc30d
commit 670afd010c

View file

@ -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 = ''