forked from pool/python-async_generator
Accepting request 606255 from home:TheBlackCat:branches:devel:languages:python
- Set minimum python3 version OBS-URL: https://build.opensuse.org/request/show/606255 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_generator?expand=0&rev=5
This commit is contained in:
parent
221e0d7d1b
commit
4547cab3d9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 15:51:01 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Set minimum python3 version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 27 16:26:01 UTC 2018 - jengelh@inai.de
|
Tue Mar 27 16:26:01 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -26,11 +26,14 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/python-trio/async_generator
|
Url: https://github.com/python-trio/async_generator
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/async_generator/async_generator-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/async_generator/async_generator-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel >= 3.5}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%ifpython3
|
||||||
|
Requires: python3-base >= 3.5
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user