Skip to content

Commit

Permalink
homeassistant: Fix building bcrupt and cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 24, 2024
1 parent d5eb725 commit 38be325
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ WHEELS_BUILD_ARGS += --enable-freetype
WHEELS_BUILD_ARGS += --enable-jpeg
WHEELS_BUILD_ARGS += --enable-zlib

# [bcrypt, cryptography]
ENV += PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
ENV += PYO3_CROSS_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/
# fix for openssl-sys crate (for cryptography >= 40.0.0)
# https://docs.rs/openssl/latest/openssl/#manual

# [gevent]
DEPENDS += cross/libev cross/c-ares
ENV += GEVENTSETUP_EMBED_CARES=FALSE
Expand Down

0 comments on commit 38be325

Please sign in to comment.