From 326b32587957c1d7b2224edec126ff008b412acf Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 26 Jun 2024 13:37:33 -0400 Subject: [PATCH] Add upstream_repository for reportlab (#12223) This was found at https://docs.reportlab.com/releases/#reportlab-build-process --- stubs/reportlab/METADATA.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/reportlab/METADATA.toml b/stubs/reportlab/METADATA.toml index 42bbd83bb..fa3e5c756 100644 --- a/stubs/reportlab/METADATA.toml +++ b/stubs/reportlab/METADATA.toml @@ -1,5 +1,6 @@ version = "4.2.0" -# NOTE: There is no public upstream repository +# GitHub mirror of https://hg.reportlab.com/hg-public/reportlab/file +upstream_repository = "https://github.com/MrBitBucket/reportlab-mirror" [tool.stubtest] apt_dependencies = ["libcairo2-dev"]