From 802adda513c5e3162bffa5bea74e8b0103dffabc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 10 2017 09:42:11 +0000 Subject: remove proper async.py file Signed-off-by: Igor Gnatenko --- diff --git a/python-pexpect.spec b/python-pexpect.spec index 8c9c475..97663d2 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -103,7 +103,7 @@ pushd python2 %py2_install rm -rf ${buildroot}%{python2_sitelib}/setuptools/tests # Drop asyncio stuff from py2 - rm -f %{buildroot}%{python2_sitelib}/%{modname}/async.py + rm -f %{buildroot}%{python2_sitelib}/%{modname}/_async.py popd pushd python3