From daedb9df53c125bb461c861ccf9a9978ccd4b803 Mon Sep 17 00:00:00 2001 From: gaochao_100 Date: Fri, 19 Jun 2020 15:10:31 +0800 Subject: [PATCH] potential fix for Python3.8 --- python-cffi.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 5fdea8e..7c0aef3 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -48,7 +48,6 @@ Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptool %py3_install %check -PYTHONPATH=%{buildroot}%{python2_sitearch} %{__python2} -m pytest c/ testing/ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %files -n python2-%{_name}