mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
Add missing python-gitlab dependency
This was first introduced in 5fd982bf00
.
This commit is contained in:
parent
bcb8595f04
commit
248917149b
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -13,6 +13,7 @@ setup(
|
|||
install_requires=[
|
||||
'cryptography',
|
||||
'GitPython',
|
||||
'python-gitlab',
|
||||
'pycurl',
|
||||
'rpkg',
|
||||
'six',
|
||||
|
|
Loading…
Add table
Reference in a new issue