git: c10b73c7ef69 - main - devel/py-aws-xray-sdk: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 23:28:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c10b73c7ef69bf41632e8ce15ea93441f019abf6 commit c10b73c7ef69bf41632e8ce15ea93441f019abf6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-28 23:19:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-28 23:26:44 +0000 devel/py-aws-xray-sdk: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- devel/py-aws-xray-sdk/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/py-aws-xray-sdk/Makefile b/devel/py-aws-xray-sdk/Makefile index e1e0df11b20f..2e8692806f94 100644 --- a/devel/py-aws-xray-sdk/Makefile +++ b/devel/py-aws-xray-sdk/Makefile @@ -21,6 +21,5 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -USE_LOCALE= en_US.UTF-8 # Python 3.6 .include <bsd.port.mk>