From 802adda513c5e3162bffa5bea74e8b0103dffabc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 10 Nov 2017 10:42:11 +0100 Subject: [PATCH] remove proper async.py file Signed-off-by: Igor Gnatenko --- python-pexpect.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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