forked from pool/cmake
Accepting request 561327 from openSUSE:Factory:Staging:O
- switch to python3-base for requirements - switch to python3 for cmake.prov OBS-URL: https://build.opensuse.org/request/show/561327 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=307
This commit is contained in:
parent
a3a38904b4
commit
a0b0293544
@ -26,6 +26,12 @@ Tue Nov 28 21:46:30 UTC 2017 - foss@grueninger.de
|
|||||||
full changelog: https://cmake.org/cmake/help/v3.10/release/3.10.html
|
full changelog: https://cmake.org/cmake/help/v3.10/release/3.10.html
|
||||||
- update form.patch
|
- update form.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 15:36:19 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- switch to python3-base for requirements
|
||||||
|
- switch to python3 for cmake.prov
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 3 14:29:04 UTC 2017 - aavindraa@gmail.com
|
Fri Nov 3 14:29:04 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Daniel Vrátil <dvratil@redhat.com>
|
# Copyright (C) 2015 Daniel Vrátil <dvratil@redhat.com>
|
||||||
|
@ -66,7 +66,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
Requires: make
|
Requires: make
|
||||||
# bnc#953842 - A python file is shipped so require python base so it can be run.
|
# bnc#953842 - A python file is shipped so require python base so it can be run.
|
||||||
Requires: python-base
|
Requires: python3-base
|
||||||
Recommends: cmake-mans
|
Recommends: cmake-mans
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user