Merge pull request #118218 from SuperSandro2000/fava

fava: add missing dependency on setuptools-scm
This commit is contained in:
Sandro 2021-04-02 20:33:05 +02:00 committed by GitHub
commit cc0dceb9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ buildPythonApplication rec {
};
checkInputs = [ python3.pkgs.pytest ];
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
propagatedBuildInputs = with python3.pkgs;
[
Babel