python3-gevent: cleanup post_install
Python 2 are no longer build, hence, removing unnecessary "rm -f"
This commit is contained in:
parent
9fff5f6db6
commit
fadf9a449c
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ export LIBEV_EMBED=0
|
||||||
export CARES_EMBED=0
|
export CARES_EMBED=0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove python2/3 compat stuff
|
# remove python2 compat stuff
|
||||||
rm -f ${DESTDIR}/${py2_sitelib}/gevent/_*3.py
|
|
||||||
rm -f ${DESTDIR}/${py3_sitelib}/gevent/_*2.py
|
rm -f ${DESTDIR}/${py3_sitelib}/gevent/_*2.py
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue