mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
fix(py-qt)
This commit is contained in:
parent
88d7efdec5
commit
2dd6c0a84c
|
@ -13,8 +13,15 @@ dependencies:
|
|||
python.org: ~3.11
|
||||
riverbankcomputing.com/sip: '*'
|
||||
build:
|
||||
dependencies:
|
||||
llvm.org: <17
|
||||
gnu.org/make: '*'
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
AS: llvm-as
|
||||
provides:
|
||||
- bin/pyqt-bundle
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue