File shebang.patch of Package open-vmdk
Index: open-vmdk-0.3.12/ova-compose/ova-compose.py =================================================================== --- open-vmdk-0.3.12.orig/ova-compose/ova-compose.py +++ open-vmdk-0.3.12/ova-compose/ova-compose.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Copyright (c) 2023 VMware, Inc. All Rights Reserved. # Index: open-vmdk-0.3.12/ovfenv/ovfenv =================================================================== --- open-vmdk-0.3.12.orig/ovfenv/ovfenv +++ open-vmdk-0.3.12/ovfenv/ovfenv @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright 2011 VMware, Inc. All rights reserved. # Permission is hereby granted, free of charge, to any person obtaining a copy