Skip to content

Commit

Permalink
Update dependency version requirements to match the 3.46 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Sep 11, 2023
1 parent 09e0f5d commit 656a1b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% set name = "pygobject" %}
{% set version = "3.46.0" %}
{% set majmin = '.'.join(version.split('.', 2)[:2]) %}
{% set local_glib_pin = '>=2.64' %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +13,7 @@ source:

build:
number: 0
skip: true # [py<35]
skip: true # [py<38]

requirements:
build:
Expand All @@ -24,8 +25,11 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- cairo
# This dep is intentionally written twice; the second time allows
# conda-build to add its global pin if one exists.
- glib {{ local_glib_pin }}
- glib
- gobject-introspection
- gobject-introspection >=1.64
- libffi
- pycairo
- python
Expand Down

0 comments on commit 656a1b8

Please sign in to comment.