From e956e36957b454ff9d619afbef7eb572ffa2e720 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sun, 23 Apr 2023 08:03:19 +0100 Subject: [PATCH] Add GitPython dependency --- src/blenderbim/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 6b919dbfac..d6981fb22a 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -237,6 +237,8 @@ endif # Provides IFCCityJSON functionality cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/ rm -rf dist/working + # Provides IfcGit functionality + cd dist/working && . env/bin/activate && $(PIP) install GitPython --target=./site-packages # Provides Mustache templating in construction documentation # TODO: remove this dependency, it seems overkill and we seem to get by with str replaces