Author: Michael R. Crusoe <crusoe@debian.org>
Description: skip check that requires internet access to pypi.org
Forwarded: not-needed
--- typeshed.orig/stub-uploader/stub_uploader/metadata.py
+++ typeshed/stub-uploader/stub_uploader/metadata.py
@@ -84,8 +84,6 @@
     @functools.cached_property
     def requires_external(self) -> list[Requirement]:
         reqs = self._unvalidated_requires_external
-        for req in reqs:
-            verify_external_req(req, self.upstream_distribution)
         return reqs
 
     @property
