From b90799cb09dde4c48b59ccc4d92bd16da10cdd8c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 29 Mar 2020 12:56:03 +0700 Subject: [PATCH] rules: Add tvb-gdist patch Avoid too-many-redirects. Closes https://github.com/jayvdb/pypidb/issues/27 --- pypidb/_rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypidb/_rules.py b/pypidb/_rules.py index 8fa9322..feadaf5 100644 --- a/pypidb/_rules.py +++ b/pypidb/_rules.py @@ -706,6 +706,7 @@ def from_set(self, other): Rule("tlslite", patch="https://github.com/trevp/tlslite/pull/123"), Rule("turbocheetah", ["turbogears2", "fabric", "sphinx-rtd-theme"]), Rule("turbogears", ["turbogears2", "pyramid", "genshi"]), + Rule("tvb-gdist", patch="https://github.com/the-virtual-brain/tvb-geodesic/pull/24"), Rule("tw-dynforms", ["tw2-core"], expect_none=True), Rule( "tw-forms", ["tw2-core"], ignore_urls=["toscawidgets.org"], expect_none=True