Fix: dateutil conflict because python-dateutils was already added to the conditional section.

This commit is contained in:
flight16 2015-04-13 09:01:10 +09:00
parent 53e3bd334c
commit 9825f16310

View file

@ -89,7 +89,6 @@ setup(
"PyYAML>=3.11", "PyYAML>=3.11",
"keyring>=3.3", "keyring>=3.3",
"passlib>=1.6.2", "passlib>=1.6.2",
"python-dateutil>=2.2",
"pyyaml>=3.09", "pyyaml>=3.09",
"pyxdg>=0.25", "pyxdg>=0.25",
] + [p for p, cond in conditional_dependencies.items() if cond], ] + [p for p, cond in conditional_dependencies.items() if cond],