From fa50ade4f4501e7e806b1a4fe08657d2fb95ad81 Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Sun, 18 Sep 2016 21:37:28 -0700 Subject: [PATCH] add pytest buildrequires Signed-off-by: John Dulaney --- python-cffi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-cffi.spec b/python-cffi.spec index fea120c..53fae47 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -13,6 +13,7 @@ URL: http://cffi.readthedocs.org/ Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz BuildRequires: libffi-devel python-sphinx +BuildRequires: python2-pytest python3-pytest BuildRequires: python2-devel python2-setuptools Cython python-pycparser %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser