8 buildPythonPackage rec {
12 src = fetchFromGitHub {
13 owner = "webrecorder";
15 # https://github.com/webrecorder/wsgiprox/issues/8
16 rev = "004870a87959e68ff28ff4362e4f0df28ec22030";
17 sha256 = "sha256-EquddaNrVceyJHuQMCajKHGZX2Q7ebR0Zhvi2pl2WEw=";
20 propagatedBuildInputs = [
25 pythonImportsCheck = [ "wsgiprox" ];
27 # See https://github.com/webrecorder/wsgiprox/issues/6
31 description = "Python WSGI Middleware for adding HTTP/S proxy support to any WSGI Application";
32 homepage = "https://github.com/webrecorder/wsgiprox";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ Luflosi ];