aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/setup.py
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:57 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:39:58 +0100
commit484a3711b42261f3a82e21bf5164a7021d52356f (patch)
treea9ca31a692cd94083924fce48f35662b7c9ffd66 /tools/python/setup.py
parent76c66c689b8591a8d185586cdd8a1bbbf393ffb6 (diff)
downloadxen-484a3711b42261f3a82e21bf5164a7021d52356f.tar.gz
xen-484a3711b42261f3a82e21bf5164a7021d52356f.tar.bz2
xen-484a3711b42261f3a82e21bf5164a7021d52356f.zip
tools: drop 'sv'
I'm not even sure what this thing is. Looks like some sort of Twisted Python based frontend to xend. Whatever it is I am perfectly sure no one can be using it. Apart from drive by build fixes caused by updates elsewhere it has seen no real development since 2005. I suspect it was never even finished/usable. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/python/setup.py')
-rw-r--r--tools/python/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/setup.py b/tools/python/setup.py
index 8e584e6398..8127b21fdf 100644
--- a/tools/python/setup.py
+++ b/tools/python/setup.py
@@ -132,7 +132,6 @@ setup(name = 'xen',
description = 'Xen',
packages = ['xen',
'xen.lowlevel',
- 'xen.sv',
] + xend_packages,
ext_package = "xen.lowlevel",
ext_modules = modules