Alexander Pyhalov
2020-01-14 c2b8df7766849ddb8f75305e9075721dd400d754
Remove Python2 illumos-gate modules
3 files modified
7 ■■■■ changed files
components/meta-packages/history/history 3 ●●●●● patch | view | raw | blame | history
components/openindiana/illumos-gate/Makefile 2 ●●● patch | view | raw | blame | history
make-rules/ips-buildinfo.mk 2 ●●● patch | view | raw | blame | history
components/meta-packages/history/history
@@ -1028,6 +1028,9 @@
system/ipmi/ipmitool@1.8.10,5.11-0.151 system/management/ipmitool@1.8.10-0.151.1.8
system/library/dbus-x11@1.12.8,5.11-2018.0.0.1 system/library/dbus/dbus-x11@1.12.8,5.11-2018.0.0.0
system/library/libvirt@0.5.11,5.11-2015.0.2.0
system/library/python/libbe-27@0.5.11,5.11-2020.0.0.0
system/library/python/solaris-27@0.5.11,5.11-2020.0.0.0
system/library/python/zfs-27@0.5.11,5.11-2020.0.0.0
system/library/sysidtool@0.5.11,5.11-2015.0.2.0
system/library/security/crypto/pkcs11_kms@0.5.11,5.11-2015.0.2.0
system/library/usb/openusb@1.0.1-2018.0.0.2
components/openindiana/illumos-gate/Makefile
@@ -105,6 +105,7 @@
      echo export PERL_VERSION=\"5.22\"; \
      echo export PERL_PKGVERS=\"-522\"; \
      echo export BUILDPERL64=\"#\"; \
      echo export BUILDPY2=\"#\"; \
      echo export BUILDPY2TOOLS=\"#\"; \
      echo export BLD_JAVA_8=; \
      echo export CW_NO_SHADOW=1; \
@@ -629,5 +630,4 @@
REQUIRED_PACKAGES += developer/gcc-7
REQUIRED_PACKAGES += developer/illumos-closed
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += runtime/python-35
make-rules/ips-buildinfo.mk
@@ -31,7 +31,7 @@
#
# Release major number: 2014, 2015, etc.
#
RELEASE_MAJOR ?= 2019
RELEASE_MAJOR ?= 2020
#
# Release minor number: 0, 1, 2, etc.