Rebuild for Python 3.6
Disable test dependencies
This commit is contained in:
parent
09185d9904
commit
cf9b704139
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.8.3
|
Version: 1.8.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Foreign Function Interface for Python to call C code
|
Summary: Foreign Function Interface for Python to call C code
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://cffi.readthedocs.org/
|
URL: http://cffi.readthedocs.org/
|
||||||
Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libffi-devel python-sphinx
|
BuildRequires: libffi-devel python-sphinx
|
||||||
BuildRequires: python2-pytest python3-pytest
|
#BuildRequires: python2-pytest python3-pytest
|
||||||
BuildRequires: python2-devel python2-setuptools Cython python-pycparser
|
BuildRequires: python2-devel python2-setuptools Cython python-pycparser
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser
|
BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser
|
||||||
@ -112,6 +112,10 @@ popd
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.8.3-3
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
- Disable test dependencies
|
||||||
|
|
||||||
* Thu Nov 03 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-2
|
* Thu Nov 03 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-2
|
||||||
- Re-disable check
|
- Re-disable check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user