Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-01-14 01:34:24 +0300
committerMatt Clay <matt@mystile.com>2020-01-15 04:14:59 +0300
commit73d343b7aa79030e026f90ad7e33d73921319ff4 (patch)
tree2dada2db46d7c133cbcbf35d5e04e724df794cf6 /Makefile
parente266e5f8b64c344fe7b9d711afe11c32e07954fa (diff)
Enforce new setuptools for building official dists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99bbb6bd5b3..40d7125ce20 100644
--- a/Makefile
+++ b/Makefile
@@ -223,6 +223,7 @@ install_manpages:
.PHONY: sdist_check
sdist_check:
+ $(PYTHON) -c 'import setuptools, sys; sys.exit(int(not (tuple(map(int, setuptools.__version__.split("."))) > (39, 2, 0))))'
$(PYTHON) packaging/sdist/check-link-behavior.py
.PHONY: sdist