[urlwatch] New BR added

Fabian Affolter fab at fedoraproject.org
Thu Nov 17 16:22:29 UTC 2011


commit f299a34fe56547d17bb30eae8e13fc84f5a27b9b
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Nov 17 17:22:12 2011 +0100

    New BR added

 urlwatch.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/urlwatch.spec b/urlwatch.spec
index e99d4e4..a6ce4f3 100644
--- a/urlwatch.spec
+++ b/urlwatch.spec
@@ -17,6 +17,7 @@ BuildArch:      noarch
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-tools
 
 Requires:       python-xmpp
 
@@ -44,7 +45,7 @@ Basic features
 %setup -q
 %patch0 -p0 -b .xmmp
 # Convert sources to Python 3 as mentioned in the README
-2to3 -w "urlwatch lib/urlwatch/*.py examples/hooks.py.example setup.py"
+%{__python} 2to3 -w "urlwatch lib/urlwatch/*.py examples/hooks.py.example setup.py"
 
 %build
 %{__python} setup.py build


More information about the scm-commits mailing list