travis: drop hidapi install (not needed)

This commit is contained in:
Dag Heyman 2018-11-05 09:24:15 +01:00
parent 9f0f64dd45
commit 7c9b1888a5
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -41,7 +41,7 @@ install:
git clone https://github.com/aurelien-rainone/macdeployqtfix.git
brew install qt5 swig
brew link qt5 -f
brew install ykpers libyubikey hidapi libusb
brew install ykpers libyubikey libusb
# Build Python 3 with --enable-framework, to be able to distribute it in a .app bundle
brew upgrade pyenv
eval "$(pyenv init -)"
@ -91,7 +91,6 @@ after_success:
find /usr/local/Cellar/json-c/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
find /usr/local/Cellar/ykpers/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
find /usr/local/Cellar/libyubikey/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
find /usr/local/Cellar/hidapi/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
find /usr/local/Cellar/libusb/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
find /usr/local/Cellar/openssl/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
# Copy Python framework