mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
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:
parent
248917149b
commit
790841602b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
|||
'GitPython',
|
||||
'python-gitlab',
|
||||
'pycurl',
|
||||
'rpkg',
|
||||
'rpkg>=1.65',
|
||||
'six',
|
||||
],
|
||||
scripts=['src/bin/centpkg', 'src/bin/centpkg-sig'],
|
||||
|
|
Loading…
Add table
Reference in a new issue