forked from pool/python-multidict
Accepting request 632894 from home:frispete:python
- don't depend on a certain python devel package, avoids: nothing provides python2-devel >= 3.4.1 such a version will never exist! OBS-URL: https://build.opensuse.org/request/show/632894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
96d944c3f3
commit
57d9748042
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
- don't depend on a certain python devel package, avoids:
|
||||||
|
nothing provides python2-devel >= 3.4.1
|
||||||
|
such a version will never exist!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 10:48:21 UTC 2018 - tchvatal@suse.com
|
Wed Aug 29 10:48:21 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/aio-libs/multidict
|
URL: https://github.com/aio-libs/multidict
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel >= 3.4.1}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Reference in New Issue
Block a user