virt-manager: remove sqlalchemy from (transitive) dependencies
Is not used according to source code
This commit is contained in:
parent
b667040c7c
commit
fe974894e2
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ eventlet greenlet gflags netaddr carrot routes
|
[ eventlet greenlet gflags netaddr carrot routes
|
||||||
PasteDeploy m2crypto ipy twisted sqlalchemy_migrate_0_7
|
PasteDeploy m2crypto ipy twisted
|
||||||
distutils_extra simplejson readline glanceclient cheetah lockfile httplib2
|
distutils_extra simplejson readline glanceclient cheetah lockfile httplib2
|
||||||
urlgrabber virtinst pyGtkGlade pythonDBus gnome_python pygobject3
|
urlgrabber virtinst pyGtkGlade pythonDBus gnome_python pygobject3
|
||||||
libvirt libxml2Python ipaddr vte libosinfo gobjectIntrospection gtk3 mox
|
libvirt libxml2Python ipaddr vte libosinfo gobjectIntrospection gtk3 mox
|
||||||
|
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ setuptools eventlet greenlet gflags netaddr carrot routes
|
[ setuptools eventlet greenlet gflags netaddr carrot routes
|
||||||
|
PasteDeploy m2crypto ipy twisted
|
||||||
PasteDeploy m2crypto ipy twisted sqlalchemy_migrate
|
PasteDeploy m2crypto ipy twisted sqlalchemy_migrate
|
||||||
distutils_extra simplejson readline glanceclient cheetah lockfile httplib2
|
distutils_extra simplejson readline glanceclient cheetah lockfile httplib2
|
||||||
# !!! should libvirt be a build-time dependency? Note that
|
# !!! should libvirt be a build-time dependency? Note that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user