forked from pool/python-flaky
		
	Accepting request 855635 from home:bnavigator:branches:devel:languages:python
- Fix condition around BuildRequirement OBS-URL: https://build.opensuse.org/request/show/855635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=17
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Mon Dec 14 00:48:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Fix condition around BuildRequirement
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Sun Dec 13 20:27:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
 | 
					Sun Dec 13 20:27:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,8 +45,8 @@ BuildArch:      noarch
 | 
				
			|||||||
BuildRequires:  %{python_module flaky >= %{version}}
 | 
					BuildRequires:  %{python_module flaky >= %{version}}
 | 
				
			||||||
BuildRequires:  %{python_module genty}
 | 
					BuildRequires:  %{python_module genty}
 | 
				
			||||||
BuildRequires:  %{python_module pytest}
 | 
					BuildRequires:  %{python_module pytest}
 | 
				
			||||||
%if "%{python_flavor}" == "python2"
 | 
					%if 0%{?suse_version} <= 1500
 | 
				
			||||||
BuildRequires:  %{python_module mock}
 | 
					BuildRequires:  python-mock
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%python_subpackages
 | 
					%python_subpackages
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user