remove proper async.py file

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-10 10:42:11 +01:00
parent 089d7b0c56
commit 802adda513

View File

@ -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