From aa0047080bce5af75a5c123aeccb868e843f7788 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Thu, 22 Dec 2016 00:25:48 -0500
Subject: [PATCH 5/6] Drop useless X-Python-Version

We use python as part of the build but we don't actually
distribute python binaries or have any need for binary dependencies
on python
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index f504e00..df69400 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,6 @@ Build-Depends:
  gstreamer1.0-plugins-good,
  gstreamer1.0-libav,
 Standards-Version: 3.9.8
-X-Python-Version: >= 2.5
 Homepage: http://www.spice-space.org/
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/spice-gtk.git
 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/spice-gtk.git
-- 
2.10.2

