From 1ff590f448d2459e1b474fdcf8c4741faa3fbced Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 18 2017 15:31:55 +0000 Subject: require python-dateutil This is needed for the EOL changes introduced in commit 9bd7692f7fe9d9bf2962f546d1034dcf83247fde. --- diff --git a/setup.py b/setup.py index 2ec9f36..820c568 100755 --- a/setup.py +++ b/setup.py @@ -27,5 +27,6 @@ setup( test_suite = "modulemd.tests", install_requires = [ "PyYAML", + "python-dateutil", ], )