diff --git a/python3-rdflib.changes b/python3-rdflib.changes index a0f4a04..c1a45c4 100644 --- a/python3-rdflib.changes +++ b/python3-rdflib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 12 11:13:01 UTC 2013 - toddrme2178@gmail.com + +- Disable building for python3 <= 3.2, since it is not compatible + with those versions + ------------------------------------------------------------------- Thu Jan 31 13:27:29 UTC 2013 - saschpe@suse.de diff --git a/python3-rdflib.spec b/python3-rdflib.spec index b0a0b78..cec88d6 100644 --- a/python3-rdflib.spec +++ b/python3-rdflib.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-Sphinx -BuildRequires: python3 +BuildRequires: python3 >= 3.2 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute