From 62626bca6aeb109ec0ae5c89c3e3179b0f2c4849 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jul 12 2017 19:56:42 +0000 Subject: setup.py: require newer kobo old kobo.rpmlib's make_nvr() and make_nevr() could not handle epochs as "None". This results in mangled reports from compose-changelog, because packages' ENVRs are all prefixed with "None:". This was fixed in kobo 0.4.2 (f336eeeca68eec3502d5aaab3e4f3e0c9659a500). Require this newer version in the setuptools packaging. --- diff --git a/setup.py b/setup.py index aed1ac5..bf2de2e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( ], install_requires=[ 'productmd>=1.0', - 'kobo', + 'kobo>=0.4.2', ], data_files=[ ('share/man/man1', [