diff -ruN python-lxml-2.2.3-1.1.el6.src.rpm-rpmbuild/SPECS/python-lxml.spec python-lxml-2.2.3-1.1.el6.0.src.rpm-rpmbuild/SPECS/python-lxml.spec
--- python-lxml-2.2.3-1.1.el6.src.rpm-rpmbuild/SPECS/python-lxml.spec	2009-11-23 21:23:57.000000000 +0000
+++ python-lxml-2.2.3-1.1.el6.0.src.rpm-rpmbuild/SPECS/python-lxml.spec	2011-11-30 15:50:39.000000000 +0000
@@ -2,7 +2,7 @@
 
 Name:           python-lxml
 Version:        2.2.3
-Release:        1.1%{?dist}
+Release:        1.1%{?dist}.0
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -16,6 +16,7 @@
 
 %if 0%{?fedora} >= 8 || 0%{?rhel} >= 6
 BuildRequires: python-setuptools-devel
+BuildRequires: python-devel
 %else
 BuildRequires: python-setuptools
 %endif
@@ -49,6 +50,9 @@
 %{python_sitearch}/*
 
 %changelog
+* Wed Nov 30 2011 Gordan Bobic <gordan@bobich.net> - 2.2.3-1.1
+- Add python-devel dependency
+
 * Fri Nov 13 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.2.3-1.1
 - Fix conditional for RHEL
 
