svn commit: r478455 - head/devel/py-ratelimiter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 30 14:14:16 UTC 2018


Author: sunpoet
Date: Thu Aug 30 14:14:15 2018
New Revision: 478455
URL: https://svnweb.freebsd.org/changeset/ports/478455

Log:
  Fix build with Python 3

Modified:
  head/devel/py-ratelimiter/Makefile

Modified: head/devel/py-ratelimiter/Makefile
==============================================================================
--- head/devel/py-ratelimiter/Makefile	Thu Aug 30 14:14:10 2018	(r478454)
+++ head/devel/py-ratelimiter/Makefile	Thu Aug 30 14:14:15 2018	(r478455)
@@ -18,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR}
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 


More information about the svn-ports-all mailing list