python3-gevent: cleanup post_install

Python 2 are no longer build, hence, removing unnecessary "rm -f"
This commit is contained in:
Đoàn Trần Công Danh 2020-09-27 06:42:24 +07:00
parent 9fff5f6db6
commit fadf9a449c

View file

@ -18,8 +18,7 @@ export LIBEV_EMBED=0
export CARES_EMBED=0
post_install() {
# remove python2/3 compat stuff
rm -f ${DESTDIR}/${py2_sitelib}/gevent/_*3.py
# remove python2 compat stuff
rm -f ${DESTDIR}/${py3_sitelib}/gevent/_*2.py
vlicense LICENSE
}