Accepting request 854949 from home:bnavigator:branches:devel:languages:python
- Fix Requires of dbus-python so that the macros can work out the correct flavor for multiple python3 flavors gh#openSUSE/python-rpm-macros#66 OBS-URL: https://build.opensuse.org/request/show/854949 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-notify2?expand=0&rev=11
This commit is contained in:
parent
538f08d529
commit
c03ef30097
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:00:15 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix Requires of dbus-python so that the macros can work out the
|
||||
correct flavor for multiple python3 flavors
|
||||
gh#openSUSE/python-rpm-macros#66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 12:53:58 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -30,11 +30,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%ifpython3
|
||||
Requires: dbus-1-python3
|
||||
%else
|
||||
Requires: dbus-1-python
|
||||
%endif
|
||||
Requires: python-dbus-python
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -55,6 +51,8 @@ applications.
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/notify2.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/notify2*
|
||||
%{python_sitelib}/notify2-%{version}-*info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user