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 26 checkInputs = [ 27 27 betamax 28 28 mock 29 - pyopenssl 30 29 pytestCheckHook 31 30 ]; 32 31 ··· 36 35 name = "fix-collections-abc-deprecation.patch"; 37 36 url = "https://github.com/requests/toolbelt/commit/7188b06330e5260be20bce8cbcf0d5ae44e34eaf.patch"; 38 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="; 39 48 }) 40 49 ]; 41 50