changeset 120:7978c5f2200f

FIX: Merge in the new requirement for Python3.6+ when building
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 16 May 2021 16:41:11 +0200
parents d07a6ab6455d
children d9d0604fbe42
files uwsginl/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uwsginl/Makefile	Sun May 16 16:34:01 2021 +0200
+++ b/uwsginl/Makefile	Sun May 16 16:41:11 2021 +0200
@@ -20,7 +20,7 @@
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		pkgconfig python:build
+USES=		pkgconfig python:3.6+,build
 USE_RC_SUBR=	uwsginl
 
 .include "Makefile.gh"