pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 23 06:46:38 UTC 2023
Modified Files:
pkgsrc/lang/python: batteries-included.mk
Log Message:
python: fix dependency patterns to >=
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python/batteries-included.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/batteries-included.mk
diff -u pkgsrc/lang/python/batteries-included.mk:1.1 pkgsrc/lang/python/batteries-included.mk:1.2
--- pkgsrc/lang/python/batteries-included.mk:1.1 Mon Oct 23 06:35:59 2023
+++ pkgsrc/lang/python/batteries-included.mk Mon Oct 23 06:46:38 2023
@@ -1,11 +1,11 @@
-# $NetBSD: batteries-included.mk,v 1.1 2023/10/23 06:35:59 wiz Exp $
+# $NetBSD: batteries-included.mk,v 1.2 2023/10/23 06:46:38 wiz Exp $
#
# Makefile fragment that pulls in the required Python versions
# that provide formerly separately packaged Python modules.
-BUILDLINK_API_DEPENDS.python27+= python27-2.7.18nb12
-BUILDLINK_API_DEPENDS.python38+= python38-3.8.18nb1
-BUILDLINK_API_DEPENDS.python39+= python39-3.9.18nb1
-BUILDLINK_API_DEPENDS.python310+= python310-3.10.13nb1
+BUILDLINK_API_DEPENDS.python27+= python27>=2.7.18nb12
+BUILDLINK_API_DEPENDS.python38+= python38>=3.8.18nb1
+BUILDLINK_API_DEPENDS.python39+= python39>=3.9.18nb1
+BUILDLINK_API_DEPENDS.python310+= python310>=3.10.13nb1
BUILDLINK_API_DEPENDS.python311+= python311>=3.11.6nb1
-BUILDLINK_API_DEPENDS.python312+= python312-3.12.0nb1
+BUILDLINK_API_DEPENDS.python312+= python312>=3.12.0nb1
Home |
Main Index |
Thread Index |
Old Index