Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit ac092fb

Browse files
committed
Minor fix - add dateutil as dependency
1 parent 9beddca commit ac092fb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/blenderbim/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ endif
177177
cp -r dist/working/svgwrite-1.3.1/svgwrite dist/blenderbim/libs/site/packages/
178178
rm -rf dist/working
179179

180+
# Provides fuzzy date parsing for construction sequencing
181+
mkdir dist/working
182+
cd dist/working && wget https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz
183+
cd dist/working && tar -xzvf python-dateutil*
184+
cp -r dist/working/python-dateutil-2.8.1/dateutil dist/blenderbim/libs/site/packages/
185+
rm -rf dist/working
186+
180187
# Required by IFCDiff
181188
mkdir dist/working
182189
cd dist/working && wget https://github.com/Moult/deepdiff/archive/master.zip

0 commit comments

Comments
 (0)