mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22: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=[
|
install_requires=[
|
||||||
'cryptography',
|
'cryptography',
|
||||||
'GitPython',
|
'GitPython',
|
||||||
|
'python-gitlab',
|
||||||
'pycurl',
|
'pycurl',
|
||||||
'rpkg',
|
'rpkg',
|
||||||
'six',
|
'six',
|
||||||
|
|
Loading…
Add table
Reference in a new issue