From 5258c53bd3f23325b765cdba1dfdc5d39444cf2c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Oct 2020 12:36:50 +0530 Subject: [PATCH] No longer bundle pywin32 with calibre It's a very large dependency, the parts of which calibre uses have been migrated into 1500 lines of C++ code in winutil.cpp --- bypy/sources.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 435a3ca4a4..b237d36508 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -532,17 +532,6 @@ } }, - { - "name": "pywin32", - "os": "windows", - "python": 2, - "windows": { - "filename":"pywin32-228.zip", - "hash":"sha256:f82946fb29d55a27b3abcd0b527ef2e8da6ea05b01dfcc40bfc14847b7673e8e", - "urls":["https://github.com/mhammond/pywin32/archive/b227.zip"] - } - }, - { "name": "unrardll", "unix": {