fix(py-qt&&sip)

closes #3657
closes #3658
This commit is contained in:
Jacob Heider 2023-10-14 12:57:30 -04:00
parent 62426e3d5b
commit 5d5e429c4b
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB
2 changed files with 3 additions and 5 deletions

View file

@ -8,11 +8,10 @@ versions:
- /^rev\// - /^rev\//
runtime: runtime:
env: env:
PYTHONPATH: "{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH" PYTHONPATH: '{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH'
dependencies: dependencies:
python.org: ~3.11 python.org: ~3.11
riverbankcomputing.com/sip: '*' riverbankcomputing.com/sip: '*'
linux:
build: build:
script: script:
- python-venv.sh {{prefix}}/bin/pyqt-bundle - python-venv.sh {{prefix}}/bin/pyqt-bundle
@ -21,4 +20,4 @@ provides:
test: test:
script: script:
- pyqt-bundle -V - pyqt-bundle -V
- python3 -c "import pyqtbuild" - python3 -c "import pyqtbuild"

View file

@ -8,7 +8,6 @@ versions:
- /^rev\// - /^rev\//
dependencies: dependencies:
python.org: ~3.11 python.org: ~3.11
linux:
build: build:
script: script:
- python-venv.sh {{prefix}}/bin/sip-install - python-venv.sh {{prefix}}/bin/sip-install
@ -26,4 +25,4 @@ provides:
- bin/sip-wheel - bin/sip-wheel
test: test:
script: script:
- sip-install --target-dir . - sip-install --target-dir .