From 2ba039a14c628d8bf67f7ec0eee74f30306fee05 Mon Sep 17 00:00:00 2001 From: gaochao_100 Date: Fri, 19 Jun 2020 15:24:30 +0800 Subject: [PATCH] potential fix for Python3.8 --- python-cffi.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index 7c0aef3..9e8c032 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -47,9 +47,6 @@ Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptool %py2_install %py3_install -%check -PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ - %files -n python2-%{_name} %defattr(-,root,root) %doc LICENSE AUTHORS