mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Adding Upstream-Status and reformatting some of the long logs. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
23 lines
726 B
Diff
23 lines
726 B
Diff
From a2b17e7b082786e2d7b7585b33815572c9c521f0 Mon Sep 17 00:00:00 2001
|
|
From: Tim Orling <tim.orling@konsulko.com>
|
|
Date: Sat, 2 Mar 2024 13:47:46 -0800
|
|
Subject: [PATCH] pycriu: attr pycriu.version.__version__
|
|
|
|
Upstream-Status: Inappropriate [oe specific]
|
|
|
|
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
|
---
|
|
lib/pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/pyproject.toml b/lib/pyproject.toml
|
|
index 8eb4b7084..5a92f8540 100644
|
|
--- a/lib/pyproject.toml
|
|
+++ b/lib/pyproject.toml
|
|
@@ -16,4 +16,4 @@ requires-python = ">=3.6"
|
|
packages = ["pycriu", "pycriu.images"]
|
|
|
|
[tool.setuptools.dynamic]
|
|
-version = {attr = "pycriu.__version__"}
|
|
+version = {attr = "pycriu.version.__version__"}
|