Needs setuptools_scm

This commit is contained in:
Itamar Turner-Trauring 2021-11-30 13:51:36 -05:00
parent c65a13e632
commit 2f4d1079aa

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi }:
{ lib, buildPythonPackage, fetchPypi , setuptools_scm }:
buildPythonPackage rec {
pname = "cbor2";
version = "5.2.0";
@ -10,6 +10,8 @@ buildPythonPackage rec {
doCheck = false;
nativeBuildInputs = [ setuptools_scm ];
meta = with lib; {
homepage = https://github.com/agronholm/cbor2;
description = "CBOR encoder/decoder";