Merge pull request #216350 from SuperSandro2000/etcd

python310Packages.etcd: cleanup patchPhase overwrite, update meta
This commit is contained in:
Sandro 2023-03-23 15:02:36 +01:00 committed by GitHub
commit 49024b4257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-h+jYIRSNdrGkW3tBV1ifIDEXU46EQGyeJoz/Mxym4pI="; hash = "sha256-h+jYIRSNdrGkW3tBV1ifIDEXU46EQGyeJoz/Mxym4pI=";
}; };
patchPhase = '' postPatch = ''
sed -i -e '13,14d;37d' setup.py sed -i -e '13,14d;37d' setup.py
''; '';
@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "A Python etcd client that just works"; description = "A Python etcd client that just works";
homepage = "https://github.com/dsoprea/PythonEtcdClient"; homepage = "https://github.com/dsoprea/PythonEtcdClient";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ];
}; };
} }