Add Require of python{,3}-pycparser (#996436).
This commit is contained in:
parent
f1d8e768d0
commit
8dba9dfe92
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Foreign Function Interface for Python to call C code
|
Summary: Foreign Function Interface for Python to call C code
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -19,6 +19,8 @@ BuildRequires: python2-devel python-setuptools Cython python-pycparser
|
|||||||
BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser
|
BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser
|
||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
|
Requires: python-pycparser
|
||||||
|
|
||||||
# Do not check .so files in the python_sitelib directory
|
# Do not check .so files in the python_sitelib directory
|
||||||
# or any files in the application's directory for provides
|
# or any files in the application's directory for provides
|
||||||
%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$
|
%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$
|
||||||
@ -32,6 +34,7 @@ based on LuaJIT’s FFI.
|
|||||||
%package -n python3-cffi
|
%package -n python3-cffi
|
||||||
Summary: Foreign Function Interface for Python 3 to call C code
|
Summary: Foreign Function Interface for Python 3 to call C code
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
Requires: python3-pycparser
|
||||||
|
|
||||||
%description -n python3-cffi
|
%description -n python3-cffi
|
||||||
Foreign Function Interface for Python, providing a convenient and
|
Foreign Function Interface for Python, providing a convenient and
|
||||||
@ -97,6 +100,9 @@ popd
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 13 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-5
|
||||||
|
- Add Requires of python{,3}-pycparser.
|
||||||
|
|
||||||
* Thu Jul 25 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-4
|
* Thu Jul 25 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-4
|
||||||
- Fix broken conditionals in spec (missing question marks), needed for el6.
|
- Fix broken conditionals in spec (missing question marks), needed for el6.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user