File: genfakeproducts-debianize.patch

package info (click to toggle)
python-evalidate 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 703; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 826 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Colin Watson <cjwatson@debian.org>
Date: Sun, 14 Dec 2025 12:35:02 +0000
Subject: Adjust genfakeproducts with instructions appropriate for Debian

Forwarded: not-needed
Last-Update: 2025-12-14
---
 evalidate/cli/genfakeproducts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evalidate/cli/genfakeproducts.py b/evalidate/cli/genfakeproducts.py
index de22464..cbc455f 100644
--- a/evalidate/cli/genfakeproducts.py
+++ b/evalidate/cli/genfakeproducts.py
@@ -14,7 +14,7 @@ from datetime import datetime, UTC
 try:
     from faker import Faker
 except ImportError:
-    print("Faker library is required. You can reinstall evalidate with the 'generate' extra: pipx install 'evalidate[generate]'")
+    print("Faker library is required: apt install python3-fake-factory")
     exit(1)
 
 fake = Faker()