From e2af2337adc2996e8aabaef2780dea8ac3e88487 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Fri, 24 Jun 2016 17:45:31 +0200 Subject: specify that no 'working' links were found, previous behaviour didn't check if downloads could succeed --- setuptools/package_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/package_index.py b/setuptools/package_index.py index 89eb5786..8d965f49 100755 --- a/setuptools/package_index.py +++ b/setuptools/package_index.py @@ -625,7 +625,7 @@ class PackageIndex(Environment): if dist is None: self.warn( - "No local packages or download links found for %s%s", + "No local packages or working download links found for %s%s", (source and "a source distribution of " or ""), requirement, ) -- cgit v1.2.3