diff options
Diffstat (limited to 'www/py-social-auth-app-django')
-rw-r--r-- | www/py-social-auth-app-django/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-social-auth-app-django/Makefile b/www/py-social-auth-app-django/Makefile index 223435318408..9f9d6206f3ac 100644 --- a/www/py-social-auth-app-django/Makefile +++ b/www/py-social-auth-app-django/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/python-social-auth/social-app-django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +# Release 5.5.0 dropped support for Django 4.2 and Python 3.9 +PORTSCOUT= limit:^5\.4\. + BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ |