From e45ea27a1f7fb939840d1d3e513e18c35f16d70b Mon Sep 17 00:00:00 2001
From: Aurélien Larcher <aurelien.larcher@gmail.com>
Date: Wed, 10 Mar 2021 19:20:10 +0100
Subject: [PATCH] Add -37 and -39 to constantly and update python macros + transform

---
 components/python/constantly/pkg5 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/components/python/constantly/pkg5 b/components/python/constantly/pkg5
index ff20f84..ac10133 100644
--- a/components/python/constantly/pkg5
+++ b/components/python/constantly/pkg5
@@ -2,11 +2,15 @@
     "dependencies": [
         "SUNWcs",
         "runtime/python-27",
-        "runtime/python-35"
+        "runtime/python-35",
+        "runtime/python-37",
+        "runtime/python-39"
     ],
     "fmris": [
         "library/python/constantly-27",
         "library/python/constantly-35",
+        "library/python/constantly-37",
+        "library/python/constantly-39",
         "library/python/constantly"
     ],
     "name": "constantly"

--
Gitblit v1.9.3