https://github.com/jrfonseca/xdot.py/issues/31
| ... | ... |
@@ -55,6 +55,6 @@ setup( |
| 55 | 55 |
'Topic :: Multimedia :: Graphics :: Viewers', |
| 56 | 56 |
], |
| 57 | 57 |
|
| 58 |
- # This is true, but pointless, because easy_install PyGTK chokes and dies |
|
| 59 |
- #install_requires=['PyGTK', 'pycairo'], |
|
| 58 |
+ # This is true, but doesn't work realiably |
|
| 59 |
+ #install_requires=['gi', 'gi-cairo'], |
|
| 60 | 60 |
) |