Skip to content

Commit 4ee9acb

Browse files
python310Packages.etcd: cleanup patchPhase overwrite, update meta
1 parent 6fe0b23 commit 4ee9acb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/etcd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
sha256 = "sha256-h+jYIRSNdrGkW3tBV1ifIDEXU46EQGyeJoz/Mxym4pI=";
1919
};
2020

21-
patchPhase = ''
21+
postPatch = ''
2222
sed -i -e '13,14d;37d' setup.py
2323
'';
2424

@@ -31,6 +31,6 @@ buildPythonPackage rec {
3131
description = "A Python etcd client that just works";
3232
homepage = "https://github.com/dsoprea/PythonEtcdClient";
3333
license = licenses.gpl2;
34+
maintainers = with maintainers; [ ];
3435
};
35-
3636
}

0 commit comments

Comments
 (0)