From 790841602b0ccebd7e9c248631e7f05feb593579 Mon Sep 17 00:00:00 2001 From: Carl George Date: Sep 02 2023 04:29:44 +0000 Subject: Add minimum rpkg version This is currently being enforced in the RPM spec file, but it would be better to enforce it in the Python metadata. https://src.fedoraproject.org/rpms/centpkg/c/4bd83a539854fca8e2b2e52bed9de51bfa5882b5 --- diff --git a/setup.py b/setup.py index 1b99107..455a76e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( 'GitPython', 'python-gitlab', 'pycurl', - 'rpkg', + 'rpkg>=1.65', 'six', ], scripts=['src/bin/centpkg', 'src/bin/centpkg-sig'],