lol

requests-toolbelt: remove pyopenssl dep

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

linsui
Sandro
and committed by
Martin Weinelt
05ccfd2c 259be5e9

+10 -1
+10 -1
pkgs/development/python-modules/requests-toolbelt/default.nix
··· 26 checkInputs = [ 27 betamax 28 mock 29 - pyopenssl 30 pytestCheckHook 31 ]; 32 ··· 36 name = "fix-collections-abc-deprecation.patch"; 37 url = "https://github.com/requests/toolbelt/commit/7188b06330e5260be20bce8cbcf0d5ae44e34eaf.patch"; 38 sha256 = "sha256-pRkG77sNglG/KsRX6JaPgk4QxmmSBXypFRp/vNA3ot4="; 39 }) 40 ]; 41
··· 26 checkInputs = [ 27 betamax 28 mock 29 pytestCheckHook 30 ]; 31 ··· 35 name = "fix-collections-abc-deprecation.patch"; 36 url = "https://github.com/requests/toolbelt/commit/7188b06330e5260be20bce8cbcf0d5ae44e34eaf.patch"; 37 sha256 = "sha256-pRkG77sNglG/KsRX6JaPgk4QxmmSBXypFRp/vNA3ot4="; 38 + }) 39 + # Make pyopenssl optional 40 + (fetchpatch { 41 + url = "https://github.com/requests/toolbelt/commit/c7c1f8626b73e5715e6ecc1de0833fabdfd67323.patch"; 42 + sha256 = "sha256-OhE3nyYyKKRHs9rCq8EJYebwaYyjWjbvbtL79MIMMRc="; 43 + }) 44 + # Make pyopenssl optional 45 + (fetchpatch { 46 + url = "https://github.com/requests/toolbelt/commit/2453f32f1c995e7b19294750a4177bc32326826e.patch"; 47 + sha256 = "sha256-qmKHp+aVeazZt8X+sZeYfZCB56SE0OvFvWCXRZtkCew="; 48 }) 49 ]; 50