Accepting request 201429 from home:mvyskocil
- use pkgconfig(libffi) to get the most recent ffi OBS-URL: https://build.opensuse.org/request/show/201429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=4
This commit is contained in:
parent
a6f1f8812f
commit
e112c7832a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 30 07:51:11 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- use pkgconfig(libffi) to get the most recent ffi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 19 13:27:16 UTC 2013 - mvyskocil@suse.com
|
Mon Aug 19 13:27:16 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -13,19 +13,20 @@
|
|||||||
# 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 http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Foreign Function Interface for Python calling C code
|
Summary: Foreign Function Interface for Python calling C code
|
||||||
Url: http://cffi.readthedocs.org
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://cffi.readthedocs.org
|
||||||
Source: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
|
||||||
BuildRequires: libffi47-devel
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
|
BuildRequires: pkgconfig(libffi)
|
||||||
# Documentation requirements:
|
# Documentation requirements:
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user