Skip to content

Commit

Permalink
Merge pull request #100 from BastianZim/fix-__unix
Browse files Browse the repository at this point in the history
Revert __unix virtual package
  • Loading branch information
BastianZim authored May 9, 2024
2 parents 599a633 + 3f61a31 commit 1307a1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 0
number: 1
# You NEED to include the platform in the build string to avoid hash collisions
string: linux_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [linux]
string: osx_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [osx]
Expand Down Expand Up @@ -59,8 +59,9 @@ requirements:
- xattr >=1.0.0,<2.0.0 # [osx]

# Keep the package noarch
- __unix # [unix]
- __win # [win]
- __linux # [linux]
- __osx # [osx]
- __win # [win]

test:
requires:
Expand Down

0 comments on commit 1307a1a

Please sign in to comment.