- Spec:
* add Provides: %{use_python}-osc so that other packages can require the correct verion (either python2-osc or python3-osc) OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=288
This commit is contained in:
parent
8ae9303e7b
commit
925df39000
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 09:10:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||||
|
|
||||||
|
- Spec:
|
||||||
|
* add Provides: %{use_python}-osc so that other packages
|
||||||
|
can require the correct verion (either python2-osc or
|
||||||
|
python3-osc)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 06:39:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
Mon May 20 06:39:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||||
|
|
||||||
|
3
osc.spec
3
osc.spec
@ -115,6 +115,9 @@ BuildRequires: m2crypto > 0.19
|
|||||||
Requires: m2crypto > 0.19
|
Requires: m2crypto > 0.19
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Provides: %{use_python}-osc
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%define python_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
|
%define python_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user