python3Packages.osqp: fix version

This commit is contained in:
Jonathan Ringer 2022-02-07 11:39:27 -08:00
parent 03f8de4775
commit 72e5686be2
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -5,6 +5,7 @@
, future
, numpy
, qdldl
, setuptools-scm
, scipy
# check inputs
, pytestCheckHook
@ -20,7 +21,9 @@ buildPythonPackage rec {
sha256 = "b2fa17aae42a7ed498ec261b33f262bb4b3605e7e8464062159d9fae817f0d61";
};
nativeBuildInputs = [ cmake ];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [ cmake setuptools-scm ];
dontUseCmakeConfigure = true;
propagatedBuildInputs = [