[urlwatch] Updated for py3

Fabian Affolter fab at fedoraproject.org
Thu Nov 17 16:14:13 UTC 2011


commit 326473ba09b4a1d9b2d54edcf10e11b06161cab1
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Nov 17 17:13:55 2011 +0100

    Updated for py3

 urlwatch.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/urlwatch.spec b/urlwatch.spec
index e99dece..967758c 100644
--- a/urlwatch.spec
+++ b/urlwatch.spec
@@ -15,8 +15,8 @@ Patch0:         %{name}_add_xmpp_functionality.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 
 Requires:       python-xmpp
 


More information about the scm-commits mailing list