git: a007da91e361 - main - www/py-pyjwt: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:28:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a007da91e361539dceae512136343367df030d89
commit a007da91e361539dceae512136343367df030d89
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:21:23 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 19:08:52 +0000
www/py-pyjwt: Sort USES
---
www/py-pyjwt/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index 0d1380b6faa5..cac7bc01eab4 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -13,7 +13,7 @@ COMMENT= JSON Web Token implementation in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.6+ cpe
+USES= cpe python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes