# HG changeset patch # User Franz Glasner # Date 1621176071 -7200 # Node ID 7978c5f2200f2687ab2be07d14f3226f70050891 # Parent d07a6ab6455d864fc58205a47f19798d2d9a5243 FIX: Merge in the new requirement for Python3.6+ when building diff -r d07a6ab6455d -r 7978c5f2200f uwsginl/Makefile --- 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"