Skip to content

Commit

Permalink
devel/py-ruamel.yaml.clib: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 25, 2021
1 parent 3f5bd0c commit 2e59e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-ruamel.yaml.clib/Makefile
Expand Up @@ -16,7 +16,7 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ruamel_yaml*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
${RM} -fr ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel
${REINPLACE_CMD} -e '/LICENSE/d; /__init__.py/d' ${_PYTHONPKGLIST}

Expand Down

0 comments on commit 2e59e78

Please sign in to comment.