diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-05-18 17:33:24 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-07-18 16:25:22 -0500 |
commit | 70143b9fb6146f632b4b5d924e508df293b600df (patch) | |
tree | 422707b9d00ca9b535d4e62edf39a3d1d3d84888 /usr/src/cmd/mdb/intel/amd64/libpython | |
parent | c1bbf9203b1eb61bb3596ec69b2497891c45694d (diff) | |
download | illumos-gate-70143b9fb6146f632b4b5d924e508df293b600df.tar.gz |
14769 remove support for Python 2.x
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/cmd/mdb/intel/amd64/libpython')
-rw-r--r-- | usr/src/cmd/mdb/intel/amd64/libpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/intel/amd64/libpython/Makefile b/usr/src/cmd/mdb/intel/amd64/libpython/Makefile index f454b29658..7a43f8d9f7 100644 --- a/usr/src/cmd/mdb/intel/amd64/libpython/Makefile +++ b/usr/src/cmd/mdb/intel/amd64/libpython/Makefile @@ -25,7 +25,7 @@ include $(SRC)/Makefile.master -MODULE = libpython$(PYTHON_VERSION).so +MODULE = libpython$(PYTHON3_VERSION).so MDBTGT = proc MODULE_NAME = libpython |