python3.pkgs.socksio: unpin flit-core dependency (#248943)

This commit is contained in:
Theodore Ni
2023-08-14 08:47:39 +02:00
committed by GitHub
parent e174fe85bd
commit 0fc50aecd9
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, fetchpatch
, fetchPypi
, pythonAtLeast
, flit-core
@@ -19,6 +20,15 @@ buildPythonPackage {
hash = "sha256-+IvrPaW1w4uYkEad5n0MsPnUlLeLEGyhhF+WwQuRxKw=";
};
patches = [
# https://github.com/sethmlarson/socksio/pull/61
(fetchpatch {
name = "unpin-flit-core.patch";
url = "https://github.com/sethmlarson/socksio/commit/5c50fd76e7459bb822ff8f712172a78e21b8dd04.patch";
hash = "sha256-VVUzFvF2KCXXkCfCU5xu9acT6OLr+PlQQPeVGONtU4A=";
})
];
nativeBuildInputs = [
flit-core
];