mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Gobject should be pygobject, not python-gobject in setup.py
This commit is contained in:
parent
52d4d0d218
commit
657c97e59a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -52,5 +52,5 @@ setup(name='opensnitch',
|
|||
'pyinotify',
|
||||
'python-iptables',
|
||||
'python-prctl',
|
||||
'python-gobject',
|
||||
'pygobject',
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue