Skip to content

Commit 66fb66b

Browse files
authored
Merge pull request #509 from citrus-it/py
Stop shipping python 3.12 modules
2 parents a1e9480 + 453bc94 commit 66fb66b

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

src/Makefile.com

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CFLAGS = -m64 -Wall -Werror -Wextra -gdwarf-2 -gstrict-dwarf \
3434
CPPFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
3535

3636
# Whitespace separated list of versions to build and test.
37-
PYVERSIONS = 3.12 3.13
37+
PYVERSIONS = 3.13
3838
# The single version used for shebang lines and packaging.
3939
PYVER = 3.13
4040

src/pkg/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ INCORP = consolidation\:ips\:ips-incorporation
108108

109109
PM_TRANSFORMS = defaults
110110
# For python version migrations
111-
PM_TRANSFORMS += pynext
111+
#PM_TRANSFORMS += pynext
112112

113113
i386_DEFINES = \
114114
i386_ONLY='' \

src/pkg/external_deps.txt

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
#
2-
pkg:/runtime/python-312
3-
pkg:/library/python-3/cffi-312
4-
pkg:/library/python-3/coverage-312
5-
pkg:/library/python-3/cryptography-312
6-
pkg:/library/python-3/jsonrpclib-312
7-
pkg:/library/python-3/jsonschema-312
8-
pkg:/library/python-3/pybonjour-312
9-
pkg:/library/python-3/pycurl-312
10-
pkg:/library/python-3/pyopenssl-312
11-
pkg:/library/python-3/rapidjson-312
12-
pkg:/library/python-3/setuptools-312
13-
#
142
pkg:/runtime/python-313
153
pkg:/library/python-3/cffi-313
164
pkg:/library/python-3/coverage-313
@@ -23,7 +11,6 @@
2311
pkg:/library/python-3/rapidjson-313
2412
pkg:/library/python-3/setuptools-313
2513
#
26-
pkg:/system/library/python/libbe-312
2714
pkg:/system/library/python/libbe-313
2815
#
2916
pkg:/SUNWcs

src/pkg/manifests/package:pkg.p5m

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#
2929
<include bundledlicences.3.13.core.p5m>
3030
<include bundledmodules.3.13.core.p5m>
31-
<include bundledmodules.3.12.core.p5m>
3231
set name=pkg.fmri value=pkg:/package/pkg@$(PKGVERS)
3332
set name=pkg.summary value="Image Packaging System - pkg(7)"
3433
set name=pkg.description \

src/pkg/manifests/system:zones:brand:bhyve.p5m

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<include bundledlicences.3.13.bhyve.p5m>
1717
<include bundledmodules.3.13.bhyve.p5m>
18-
<include bundledmodules.3.12.bhyve.p5m>
1918
set name=pkg.fmri value=pkg:/system/zones/brand/bhyve@$(PKGVERS)
2019
set name=pkg.summary value="Image Packaging System branded zone - bhyve zones"
2120
set name=pkg.description value="Support for bhyve branded zones"

0 commit comments

Comments
 (0)