From df777ab58d35968ef755d5ed0c1de6764df56aff Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 7 Jul 2016 05:13:12 +0900
Subject: [PATCH] Fix depends in debian/control

---
 pkg/ubuntu/debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/ubuntu/debian/control b/pkg/ubuntu/debian/control
index 7337968..68a1d22 100644
--- a/pkg/ubuntu/debian/control
+++ b/pkg/ubuntu/debian/control
@@ -7,6 +7,6 @@ Standards-Version: 3.9.4
 
 Package: xdgurl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7.0), python-tk (>= 2.7.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-tk (>= 2.7.0), python3-tk (>= 3.2.0)
 Description: xdgurl
  An install helper program for desktop stuff.
-- 
GitLab