diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 1aaba44..4e330e5 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 22 12:45:58 UTC 2013 - berendt@b1-systems.de + +- fixing build requirement from python-sqlite to python-pysqlite + ------------------------------------------------------------------- Mon Jul 15 20:05:02 UTC 2013 - hpj@urpla.net diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 9ac5ec4..f6bcddc 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -30,7 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-nose -BuildRequires: python-sqlite +BuildRequires: python-pysqlite Provides: python-sqlalchemy = %{version} Obsoletes: python-sqlalchemy < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110