aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/python.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/python.go')
-rw-r--r--internal/rosa/python.go18
1 files changed, 18 insertions, 0 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go
index 964542e8..1cb5d90f 100644
--- a/internal/rosa/python.go
+++ b/internal/rosa/python.go
@@ -221,6 +221,24 @@ func newPythonPackage(
func init() {
const (
+ version = "0.47.0"
+ checksum = "HZ-MvkUP8mbbx2YmsRNswj_bbOCIiXckuHqL5Qbvb5NxN5DYfWnqwkGNyS7OrId0"
+ )
+ artifactsM[PythonWheel] = newPythonPackage(
+ "wheel", 11428,
+ "the official binary distribution format for Python",
+ "https://peps.python.org/pep-0427/",
+ version, newFromGitHub(
+ "pypa/wheel",
+ version, checksum,
+ ), nil, &PipHelper{
+ Install: true,
+ }, P{PythonFlitCore, PythonSetuptools},
+ )
+}
+
+func init() {
+ const (
version = "82.0.1"
checksum = "nznP46Tj539yqswtOrIM4nQgwLA1h-ApKX7z7ghazROCpyF5swtQGwsZoI93wkhc"
)