forked from pool/python-notify2
		
	- Fix build for Leap 42.3, which does not have a singlespec version
of python-dbus (boo#1046811). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-notify2?expand=0&rev=7
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							4cb309178c
						
					
				
				
					commit
					55c874e672
				
			| @@ -1,3 +1,9 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sun Jul  2 09:11:09 UTC 2017 - antoine.belvire@opensuse.org | ||||
|  | ||||
| - Fix build for Leap 42.3, which does not have a singlespec version | ||||
|   of python-dbus (boo#1046811). | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Sat May  6 11:32:19 UTC 2017 - antoine.belvire@opensuse.org | ||||
|  | ||||
|   | ||||
| @@ -25,7 +25,12 @@ License:        BSD-2-Clause | ||||
| Group:          Development/Languages/Python | ||||
| Url:            https://pypi.python.org/pypi/notify2/ | ||||
| Source:         https://pypi.io/packages/source/n/notify2/notify2-%{version}.tar.gz | ||||
| %if 0%{suse_version} <= 1315 | ||||
| BuildRequires:  dbus-1-python | ||||
| BuildRequires:  dbus-1-python3 | ||||
| %else | ||||
| BuildRequires:  %{python_module dbus-python} | ||||
| %endif | ||||
| BuildRequires:  %{python_module setuptools} | ||||
| BuildRequires:  fdupes | ||||
| BuildRequires:  python-rpm-macros | ||||
|   | ||||
		Reference in New Issue
	
	Block a user