From bf4cddbf6abd6f13c7dbfd89f8509f24ae2f8cae Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 03:07:18 -0400 Subject: gnu: Remove python2-certifi. * gnu/packages/python-crypto.scm (python2-certifi): Delete variable. --- gnu/packages/python-crypto.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index a270d0f78f..5938ff7e03 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -437,9 +437,6 @@ for example, for recording or replaying web content.") is used by the Requests library to verify HTTPS requests.") (license license:asl2.0))) -(define-public python2-certifi - (package-with-python2 python-certifi)) - (define-public python-cryptography-vectors (package (name "python-cryptography-vectors") -- cgit 1.4.1