Accepting request 659390 from devel:languages:python
- Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/659390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=6
This commit is contained in:
commit
338975ac8f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 4 12:48:20 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Remove superfluous devel dependency for noarch package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 16 19:11:06 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
Fri Nov 16 19:11:06 UTC 2018 - Todd R <toddrme2178@gmail.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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -26,10 +26,9 @@ Group: Development/Languages/Python
|
|||||||
Url: https://python-future.org
|
Url: https://python-future.org
|
||||||
Source0: https://files.pythonhosted.org/packages/source/f/future/future-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/f/future/future-%{version}.tar.gz
|
||||||
Source100: python-future-rpmlintrc
|
Source100: python-future-rpmlintrc
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -48,7 +47,6 @@ sed -i -e '/^#!\//, 1d' src/future/backports/test/pystone.py
|
|||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user