aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJens Timmerman <jens.timmerman@ugent.be>2016-06-24 17:45:31 +0200
committerJens Timmerman <jens.timmerman@ugent.be>2016-07-25 16:14:53 +0200
commite2af2337adc2996e8aabaef2780dea8ac3e88487 (patch)
tree21cdca31b846d54637d9a4b31b211cce9855b8fd /setuptools/package_index.py
parente2124c84b83e8ad6adb3dd8e8ed846eea4f7601f (diff)
downloadexternal_python_setuptools-e2af2337adc2996e8aabaef2780dea8ac3e88487.tar.gz
external_python_setuptools-e2af2337adc2996e8aabaef2780dea8ac3e88487.tar.bz2
external_python_setuptools-e2af2337adc2996e8aabaef2780dea8ac3e88487.zip
specify that no 'working' links were found, previous behaviour didn't check if downloads could succeed
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
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,
)