pungi/1311.patch

27 lines
598 B
Diff
Raw Normal View History

2019-12-06 08:51:45 +00:00
From 0f53506765d035d760ebe0961957623370d61a34 Mon Sep 17 00:00:00 2001
From: Lubomír Sedlář <lsedlar@redhat.com>
Date: Dec 06 2019 08:49:01 +0000
Subject: Add version constraint to productmd dependency
This should be propagated to RPM level with F30+.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
---
diff --git a/setup.py b/setup.py
index 79e56a9..bbabc40 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
"jsonschema",
"kobo",
"lxml",
- "productmd",
+ "productmd>=1.23",
"six",
'dogpile.cache',
],