khal: add setuptools_scm to dependencies

This is required because vdirsyncer does not depend on it at runtime
anymore.
This commit is contained in:
Damien Cassou 2016-03-14 14:37:09 +01:00
parent 27af419541
commit 4fd22b6a70

View File

@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
urwid
pkginfo
];
buildInputs = with python3Packages; [ setuptools_scm ];
meta = with stdenv.lib; {
homepage = http://lostpackets.de/khal/;