From 5b284bca5cf0d1832bf0e19d51e807d63ccb65bc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 02 2024 22:46:34 +0000 Subject: Drop M2Crypto check from Makefile Nothing in the code or tests uses it any more. It seems like it was only used for the Persona provider, which was removed. Signed-off-by: Adam Williamson --- diff --git a/Makefile b/Makefile index f246b66..f2a14cc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ testdeps: python -c 'import openid_teams' python -c 'import openid_cla' python -c 'import cherrypy' - python -c 'import M2Crypto' python -c 'import lasso' python -c 'import importlib.metadata; assert tuple(int(n) for n in importlib.metadata.version("sqlalchemy").split(".")[:2]) >= (1, 4)' python -c 'import ldap'