Skip to content

Commit 7255863

Browse files
justinvreelandJustin Vreeland
andauthored
py3-numpy-1.26: Don't provide py3-numpy at a version this makes it un… (#67010)
This should've been `py3-numpy` without the full version so it can be coinstallable Fixes: ``` 2025/09/23 21:36:05 ERRO failed to build package: unable to build guest: unable to lock image configuration: resolving apk packages: for arch "amd64": solving "py3-supported-numpy-1.26" constraint: resolving "py3-supported-numpy-1.26-1.26.5-r7.apk" deps: solving "py3.11-numpy-1.26" constraint: py3.11-numpy-1.26-1.26.5-r7.apk disqualified because py3.10-numpy-1.26-1.26.5-r7.apk already provides py3-numpy make[1]: *** [Makefile:157: packages/x86_64/apache-arrow-21.0.0-r3.apk] Error 1 make[1]: Leaving directory '/home/justin_vreeland_chainguard_dev/src/wolfi-dev/wolfi' make: *** [Makefile:151: package/apache-arrow] Error 2 ``` Co-authored-by: Justin Vreeland <[email protected]>
1 parent 856fef6 commit 7255863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py3-numpy-1.26.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: py3-numpy-1.26
33
version: 1.26.5
4-
epoch: 7
4+
epoch: 8
55
description: The fundamental package for scientific computing with Python.
66
copyright:
77
- license: BSD-3-Clause
@@ -68,7 +68,7 @@ subpackages:
6868
- py${{range.key}}-pygments
6969
provides:
7070
- py${{range.key}}-${{vars.pypi-package}}=${{package.version}}
71-
- py3-${{vars.pypi-package}}=${{package.version}}
71+
- py3-${{vars.pypi-package}}
7272
- "!py${{range.key}}-numpy-2.2"
7373
- "!py${{range.key}}-numpy-2.1"
7474
- "!py${{range.key}}-numpy-2.3"

0 commit comments

Comments
 (0)