Accepting request 854954 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/854954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notify2?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-12-16 09:58:57 +00:00 committed by Git OBS Bridge
commit d8dead5bea
2 changed files with 11 additions and 6 deletions

View File

@ -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>

View File

@ -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