From 6d95b49228ee971679758929e0e203327e1d669096e6cfad64dda8fac6652939 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:15:10 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=55 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index ba967c5..8df7924 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:15:08 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Aug 1 13:49:51 UTC 2013 - speilicke@suse.com diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 37b318b..6ffff35 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -29,9 +29,9 @@ Patch1: sqlalchemy-0.7-setup_test.patch Patch2: SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-nose BuildRequires: python-pysqlite +BuildRequires: python-setuptools Provides: python-sqlalchemy = %{version} Obsoletes: python-sqlalchemy < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110