python2Packages.certifi: init at 2019.11.28

We use the sources from 2019.11.28 to build, but inherit the cert bundle
from the maintained Python3-only version of certifi.

Co-authored-by: adisbladis <adisbladis@gmail.com>
(cherry picked from commit ada27b88e23eef9d59f52a30abea0ea02523a3f8)
This commit is contained in:
Robert Schütz
2021-07-05 21:27:18 -07:00
committed by Jonathan Ringer
parent 3cd12115c5
commit d3ebf03151
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ with self; with super; {
cdecimal = callPackage ../development/python-modules/cdecimal { };
certifi = callPackage ../development/python-modules/certifi/python2.nix { };
chardet = callPackage ../development/python-modules/chardet/2.nix { };
cheetah = callPackage ../development/python-modules/cheetah { };