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