mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.aioazuredevops: remove .dev0 suffix from version
This commit is contained in:
@@ -34,6 +34,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-0KQHL9DmNeRvEs51XPcncxNzXb+SqYM5xPDvOdKSQMI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail .dev0 ""
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
incremental
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user