We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6077 commit 0f34420Copy full SHA for 0f34420
1 file changed
src/blenderbim/Makefile
@@ -516,6 +516,14 @@ endif
516
cd dist/working/owlrl-6.0.2/ && cp -r owlrl ../../blenderbim/libs/site/packages/
517
rm -rf dist/working
518
519
+ # Required by brickschema
520
+ # This is a bit of a dodgy one, it should be provided by setuptools which Blender doesn't ship.
521
+ mkdir dist/working
522
+ cd dist/working && wget https://blenderbim.org/builds/pkg_resources.tar.gz
523
+ cd dist/working && tar -xzvf pkg_resources*
524
+ cd dist/working/ && cp -r pkg_resources ../blenderbim/libs/site/packages/
525
+ rm -rf dist/working
526
+
527
cd dist/blenderbim && sed -i "s/999999/$(VERSION)/" __init__.py
528
cd dist && zip -r blenderbim-$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
529
rm -rf dist/blenderbim
0 commit comments