python3-gevent: cleanup post_install
Python 2 are no longer build, hence, removing unnecessary "rm -f"
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user