diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 057e1d38d7..2bdf4b27a6 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -432,7 +432,7 @@ endif # Required by brickschema # This is a bit of a dodgy one, it should be provided by setuptools which Blender doesn't ship. mkdir dist/working - cd dist/working && wget https://blenderbim.org/builds/pkg_resources.tar.gz + cd dist/working && wget https://github.com/IfcOpenShell/IfcOpenShell/raw/v0.7.0/src/blenderbim/scripts/pkg_resources.tar.gz cd dist/working && tar -xzvf pkg_resources* cd dist/working/ && cp -r pkg_resources ../blenderbim/libs/site/packages/ rm -rf dist/working diff --git a/src/blenderbim/scripts/pkg_resources.tar.gz b/src/blenderbim/scripts/pkg_resources.tar.gz new file mode 100644 index 0000000000..e2c00cda0d Binary files /dev/null and b/src/blenderbim/scripts/pkg_resources.tar.gz differ