changeset 2611:c180ca699e72

install (setup): added python-dateutil as dependency (was already a dependency of Wokkel)
author Goffi <goffi@goffi.org>
date Thu, 21 Jun 2018 01:21:44 +0200
parents c9dddf691d7b
children 3e4e78de9cca
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Jun 21 01:21:34 2018 +0200
+++ b/setup.py	Thu Jun 21 01:21:44 2018 +0200
@@ -41,6 +41,7 @@
     'pygments',
     'pygobject',
     'PyOpenSSL',
+    'python-dateutil',
     'python-potr',
     'pyxdg',
     'sat_tmp>=0.0.3',