forked from pool/python-PyYAML
Accepting request 985312 from home:bnavigator:branches:devel:languages:python
- Actually we DO want to build the bindings. Being non-pure and BR on libyaml-devel makes absolutely no sense without the bindings. Required by python-distributed: Requires the CSafeDumper See https://pyyaml.org/wiki/PyYAMLDocumentation OBS-URL: https://build.opensuse.org/request/show/985312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=49
This commit is contained in:
parent
9f5df749af
commit
4b82018bd3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 12:09:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Actually we DO want to build the bindings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 15 05:09:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Wed Jun 15 05:09:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define oldpython python
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-PyYAML
|
Name: python-PyYAML
|
||||||
Version: 6.0
|
Version: 6.0
|
||||||
@ -53,7 +52,6 @@ configuration files to object serialization and persistance.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export PYYAML_FORCE_LIBYAML=0 # we don't actually want to build the python lib
|
|
||||||
%python_build
|
%python_build
|
||||||
# Fix example permissions.
|
# Fix example permissions.
|
||||||
find examples/ -type f | xargs chmod a-x
|
find examples/ -type f | xargs chmod a-x
|
||||||
@ -74,6 +72,6 @@ ulimit -Sn 2048
|
|||||||
%doc CHANGES README.md examples/
|
%doc CHANGES README.md examples/
|
||||||
%{python_sitearch}/yaml
|
%{python_sitearch}/yaml
|
||||||
%{python_sitearch}/_yaml
|
%{python_sitearch}/_yaml
|
||||||
%{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info
|
%{python_sitearch}/PyYAML-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user