python310Packages.etcd: cleanup patchPhase overwrite, update meta

This commit is contained in:
Sandro Jäckel
2023-02-14 18:49:10 +01:00
parent 6fe0b23086
commit 4ee9acb309
@@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "sha256-h+jYIRSNdrGkW3tBV1ifIDEXU46EQGyeJoz/Mxym4pI=";
};
patchPhase = ''
postPatch = ''
sed -i -e '13,14d;37d' setup.py
'';
@@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "A Python etcd client that just works";
homepage = "https://github.com/dsoprea/PythonEtcdClient";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
};
}