1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
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@"
|