Skip to content

Commit

Permalink
Merge #321: build: import subprocess in hwi-qt.spec
Browse files Browse the repository at this point in the history
f2fe7b8 build: import subprocess in hwi-qt.spec (Andrew Chow)

Pull request description:

  This was missing and resulting in hwi-qt not being built for macOS.

Top commit has no ACKs.

Tree-SHA512: 4e774e211ada968fc6ed73fdaea7353e7f6ae5d3b39918c7d5bbde8b3ef0f90f111cc98dabe06d853525b5c2b588e4b0e032ce2f6790e77ab70ed84fcfdf6074
  • Loading branch information
achow101 committed Apr 20, 2020
2 parents 2c5ad63 + f2fe7b8 commit ed58f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hwi-qt.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- mode: python ; coding: utf-8 -*-

import platform
import subprocess

block_cipher = None

Expand Down

0 comments on commit ed58f52

Please sign in to comment.