From 790841602b0ccebd7e9c248631e7f05feb593579 Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 1 Sep 2023 23:29:44 -0500 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],