listenbrainz-content-resolver: comply with version specs

This commit is contained in:
Simon Bruder 2023-10-04 14:09:53 +02:00
parent 9344482aa1
commit c8a17806a7
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -31,7 +31,7 @@ let
setuptools-scm
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
SETUPTOOLS_SCM_PRETEND_VERSION = "0.1.dev1+${version}";
};
in
buildPythonPackage rec {
@ -67,7 +67,7 @@ buildPythonPackage rec {
setuptools-scm
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
SETUPTOOLS_SCM_PRETEND_VERSION = "0.1.dev1+${version}";
doCheck = false;