From d732ae2dd3ad6cc4d3852f644227e58c2fa888f1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 2 May 2019 11:13:31 -0400 Subject: asdf: update recipe (#190) --- asdf/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'asdf/build.sh') diff --git a/asdf/build.sh b/asdf/build.sh index 6bd6081..a660906 100644 --- a/asdf/build.sh +++ b/asdf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt -- cgit