python3Packages.ujson: add missing setuptools_scm dependency
This commit is contained in:
parent
78d0cda943
commit
a4386dbd7e
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPyPy
|
, isPyPy
|
||||||
|
, setuptools_scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -14,6 +15,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "e0199849d61cc6418f94d52a314c6a27524d65e82174d2a043fb718f73d1520d";
|
sha256 = "e0199849d61cc6418f94d52a314c6a27524d65e82174d2a043fb718f73d1520d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://pypi.python.org/pypi/ujson";
|
homepage = "https://pypi.python.org/pypi/ujson";
|
||||||
description = "Ultra fast JSON encoder and decoder for Python";
|
description = "Ultra fast JSON encoder and decoder for Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user