From e742a8129e250e77998b0cb11c4aff0374ca826b Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 9 Jun 2024 13:00:08 +0300 Subject: [PATCH] SETUPTOOLS_SCM --- programming/language/python3/python3-setuptools-scm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py index fa88ac2530..7997c4639e 100644 --- a/programming/language/python3/python3-setuptools-scm/actions.py +++ b/programming/language/python3/python3-setuptools-scm/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import get WorkDir="setuptools_scm-%s" % get.srcVERSION() -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0") +#shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0") def build(): python3modules.compile(pyVer="3")