Description: Change auto version before build
 During Debian packaging, this call fails because the package metadata is not
 available in the build environment.
Author: Manuel Guerra <ar.manuelguerra@gmail.com>
Forwarded: not-needed
Last-Update: 2025-07-23

--- python-eth-utils-5.3.0.orig/eth_utils/__init__.py
+++ python-eth-utils-5.3.0/eth_utils/__init__.py
@@ -141,4 +141,4 @@ from .types import (
     is_tuple,
 )
 
-__version__ = __version("eth-utils")
+__version__ = "@DEB_VERSION@"
