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.

4bd83a5398
This commit is contained in:
Carl George 2023-09-01 23:29:44 -05:00
parent 248917149b
commit 790841602b

View file

@ -15,7 +15,7 @@ setup(
'GitPython',
'python-gitlab',
'pycurl',
'rpkg',
'rpkg>=1.65',
'six',
],
scripts=['src/bin/centpkg', 'src/bin/centpkg-sig'],