diff --git a/python-xhtml2pdf.changes b/python-xhtml2pdf.changes
index bbac613..dd5803f 100644
--- a/python-xhtml2pdf.changes
+++ b/python-xhtml2pdf.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Oct 24 11:17:37 UTC 2013 - speilicke@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
-------------------------------------------------------------------
Wed Dec 12 23:54:00 UTC 2012 - jfunk@funktronics.ca
diff --git a/python-xhtml2pdf.spec b/python-xhtml2pdf.spec
index 42de923..48f1c6d 100644
--- a/python-xhtml2pdf.spec
+++ b/python-xhtml2pdf.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-xhtml2pdf
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,20 +13,21 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python-xhtml2pdf
Version: 0.0.4
Release: 0
-License: Apache-2.0
Summary: PDF Generator Using HTML and CSS
-Url: http://www.xhtml2pdf.com/
+License: Apache-2.0
Group: Development/Languages/Python
+Url: http://www.xhtml2pdf.com/
Source: http://pypi.python.org/packages/source/x/xhtml2pdf/xhtml2pdf-%{version}.tar.gz
# PATCH-FIX-OPENSUSE no_optimize.patch - Don't generate .pyo files during build
Patch0: no_optimize.patch
BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
Requires: python-html5lib
Requires: python-imaging
Requires: python-pypdf