listenbrainz-content-resolver: comply with version specs

master
Simon Bruder 2023-10-04 14:09:53 +02:00
parent 9344482aa1
commit c8a17806a7
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

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;