Remove “pygobject” requirement from setup.py (fixes #31)
“pygobject” is not a python dependency and can therefore not be used as install requirement for setup.py. To avoid an error message and let the application start fine, this needs to be removed from setup.py.
This commit is contained in:
parent
681c81bf17
commit
9f32bed11e
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -76,9 +76,6 @@ setup(
|
|||
'de.coderkun.mcg.gresource'
|
||||
]
|
||||
},
|
||||
install_requires = [
|
||||
"pygobject"
|
||||
],
|
||||
extras_require = {
|
||||
'keyring support': ["python-keyring"]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue