python3Packages.kgb: don't add a .dev0 suffix to version
This commit is contained in:
@@ -18,6 +18,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-hNJXoUIyrCB9PCWLCmN81F6pBRwZApDR6JWA0adyklw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace-fail "tag_build = .dev" ""
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [ "kgb" ];
|
||||
|
||||
Reference in New Issue
Block a user