diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index d3ce2e0ee8..00e1e30dc9 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -215,7 +215,7 @@ endif cd dist/working && . env/bin/activate && $(PIP) install aiohttp --target=./site-packages # Required by light module cd dist/working && . env/bin/activate && $(PIP) install pytz --target=./site-packages - cd dist/working && . env/bin/activate && $(PIP) install tzfpy --target=./site-packages + cd dist/working && . env/bin/activate && $(PIP) install tzfpy $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages # pyradiance is using different platform versions than defaults in our makefile. ifeq ($(PLATFORM), linux) cd dist/working && . env/bin/activate && $(PIP) install pyradiance --platform manylinux_2_35_x86_64 --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages