update nose-use-build patch

This commit is contained in:
Nils Philippsen 2014-05-15 10:14:17 +02:00
parent 35139ff647
commit 8d75ceb6ad
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,9 @@
--- sqla_nose.py 2013-04-27 14:24:34.000000000 -0700
+++ sqla_nose2.py 2013-04-29 16:49:57.466102387 -0700
@@ -10,14 +10,15 @@
import imp
diff -up SQLAlchemy-0.9.4/sqla_nose.py.nose-use-build SQLAlchemy-0.9.4/sqla_nose.py
--- SQLAlchemy-0.9.4/sqla_nose.py.nose-use-build 2014-03-29 00:28:17.000000000 +0100
+++ SQLAlchemy-0.9.4/sqla_nose.py 2014-05-15 10:12:18.260041402 +0200
@@ -11,14 +11,15 @@ import imp
import nose
import warnings
-
+import glob

View File

@ -18,7 +18,7 @@ Group: Development/Libraries
License: MIT
URL: http://www.sqlalchemy.org/
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
Patch0: sqlalchemy-nose-use-build.patch
Patch0: python-sqlalchemy-0.9.4-nose-use-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python2-devel >= 2.6
@ -65,7 +65,7 @@ This package includes the python 3 version of the module.
%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p0
%patch0 -p1 -b .nose-use-build
%if 0%{?with_python3}
rm -rf %{py3dir}