File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,9 @@ endif
214214 cd dist/working && . env/bin/activate && $(PIP) install python-socketio[asyncio_client] --target=./site-packages
215215 cd dist/working && . env/bin/activate && $(PIP) install aiohttp --target=./site-packages
216216 # Required by light module
217- # pyradiance is using different platform versions than defaults in our makefile.
217+ cd dist/working && . env/bin/activate && $(PIP) install pytz --target=./site-packages
218+ cd dist/working && . env/bin/activate && $(PIP) install tzfpy --target=./site-packages
219+ # pyradiance is using different platform versions than defaults in our makefile.
218220ifeq ($(PLATFORM ) , linux)
219221 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
220222else ifeq ($(PLATFORM), macos)
You can’t perform that action at this time.
0 commit comments