Remove our only patch, which has been applied upstream in this release

f38
Luke Macken 11 years ago
parent c84914c1e2
commit 0e01dcb5e4

@ -24,9 +24,6 @@ Group: Development/Languages
License: LGPLv2+ and Public Domain License: LGPLv2+ and Public Domain
URL: http://somethingaboutorange.com/mrl/projects/nose/ URL: http://somethingaboutorange.com/mrl/projects/nose/
Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
# Bug report: https://github.com/nose-devs/nose/issues/759#issuecomment-43487304
# Patch accepted upstream: https://github.com/nose-devs/nose/pull/811
Patch0: %{name}-fix-_removed_tests-attribute.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -94,7 +91,6 @@ python3 unittests.
%prep %prep
%setup -q -n %{upstream_name}-%{version} %setup -q -n %{upstream_name}-%{version}
%patch0 -p1
dos2unix examples/attrib_plugin.py dos2unix examples/attrib_plugin.py

Loading…
Cancel
Save