Skip to content

Commit

Permalink
patch pyinstaller linux spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Novakasa committed Sep 27, 2023
1 parent c998b3f commit 89fa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ble_server-linux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a = Analysis(
pathex=[],
binaries=binaries,
datas=[('ble-server/hub_programs/', 'hub_programs/')],
hiddenimports=['dbus_fast._private.marshaller', 'dbus_fast._private.constants', 'dbus_fast._private.address'],
hiddenimports=['dbus_fast._private.marshaller', 'dbus_fast._private.constants', 'dbus_fast._private.address', 'dbus_fast.send_reply'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit 89fa840

Please sign in to comment.