forked from pool/python-notify2
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:
committed by
Git OBS Bridge
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>
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython3
|
Requires: python-dbus-python
|
||||||
Requires: dbus-1-python3
|
|
||||||
%else
|
|
||||||
Requires: dbus-1-python
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -55,6 +51,8 @@ applications.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/notify2.py*
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__/notify2*
|
||||||
|
%{python_sitelib}/notify2-%{version}-*info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user