forked from pool/python-pynput
Accepting request 1104149 from home:dimstar:Factory
- Fix dependencies: do not ever use python_module in requires, as it expands to all python flavors. OBS-URL: https://build.opensuse.org/request/show/1104149 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynput?expand=0&rev=7
This commit is contained in:
parent
ae56eba153
commit
9f2674e352
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 09:51:47 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix dependencies: do not ever use python_module in requires, as
|
||||
it expands to all python flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 01:48:04 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -38,11 +38,11 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: %{python_module evdev >= 1.3}
|
||||
Requires: %{python_module six}
|
||||
Suggests: %{python_module enum34}
|
||||
Suggests: %{python_module pyobjc-framework-ApplicationServices >= 8.0}
|
||||
Suggests: %{python_module pyobjc-framework-Quartz >= 8.0}
|
||||
Requires: python-evdev >= 1.3
|
||||
Requires: python-six
|
||||
Suggests: python-enum34
|
||||
Suggests: python-pyobjc-framework-ApplicationServices >= 8.0
|
||||
Suggests: python-pyobjc-framework-Quartz >= 8.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user