diff --git a/debian_me/control b/debian_me/control index bc7870af..3518fdfb 100644 --- a/debian_me/control +++ b/debian_me/control @@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net Package: dupeguru-me Architecture: any -Depends: python3 (>= 3.1) +Depends: python3.1 Description: dupeGuru Music Edition diff --git a/debian_pe/control b/debian_pe/control index ba20adc8..3b609981 100644 --- a/debian_pe/control +++ b/debian_pe/control @@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net Package: dupeguru-pe Architecture: any -Depends: python3 (>= 3.1) +Depends: python3.1 Description: dupeGuru Picture Edition diff --git a/debian_se/control b/debian_se/control index 5ac34062..517acab9 100644 --- a/debian_se/control +++ b/debian_se/control @@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net Package: dupeguru-se Architecture: any -Depends: python3 (>= 3.1) +Depends: python3.1 Description: dupeGuru diff --git a/run_template_qt.py b/run_template_qt.py index e1b1a678..408989a9 100644 --- a/run_template_qt.py +++ b/run_template_qt.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.1 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file,