From 193c509bf1d378cb93dc12491e3a0749021c6ec0 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 3 Jun 2015 15:08:45 -0500 Subject: [PATCH] Potentially require virtualenv as a requirement for "make dist" --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 06524f32..56e8a683 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,7 +180,7 @@ check: ## it requires a git revision as a first argument, which ## doesn't always work here -dist: extlib +dist: $(maybe_venv_dep) $(maybe_venved_python) setup.py sdist # setup.py might complain if a directory doesn't exist so just in case, make the directory -- 2.25.1