mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-08 18:58:59 -05:00
Use pyside 5.15.1 instead of 5.15.2, so CircleCI tests will pass
This commit is contained in:
parent
ab740962c3
commit
4e79aacd1e
@ -14,7 +14,7 @@ icon = "src/onionshare/resources/onionshare"
|
|||||||
sources = ['src/onionshare']
|
sources = ['src/onionshare']
|
||||||
requires = [
|
requires = [
|
||||||
"./onionshare_cli-2.3-py3-none-any.whl",
|
"./onionshare_cli-2.3-py3-none-any.whl",
|
||||||
"pyside2==5.15.2",
|
"pyside2==5.15.1",
|
||||||
"qrcode"
|
"qrcode"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ modules:
|
|||||||
- /bin
|
- /bin
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
sha256: b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418
|
sha256: f175c1d8813257904cf0efeb58e44f68d53b9916f73adaf9ce19514c0271c3fa
|
||||||
url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz
|
url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.1-src/pyside-setup-opensource-src-5.15.1.tar.xz
|
||||||
- type: shell
|
- type: shell
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /app/include/qt5tmp && cp -R /usr/include/Qt* /app/include/qt5tmp # https://bugreports.qt.io/browse/PYSIDE-787
|
- mkdir -p /app/include/qt5tmp && cp -R /usr/include/Qt* /app/include/qt5tmp # https://bugreports.qt.io/browse/PYSIDE-787
|
||||||
|
Loading…
x
Reference in New Issue
Block a user