python310Packages.glom: Relax face pin

This commit is contained in:
Martin Weinelt 2023-03-03 19:45:09 +01:00
parent b280aa353e
commit 14456e5961

View file

@ -22,6 +22,11 @@ buildPythonPackage rec {
hash = "sha256-t0QjCeAT/rb+qyBhl6v4rsMoNexwnYqSqFFDIvZMDv8=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "face==20.1.1" "face"
'';
propagatedBuildInputs = [
boltons
attrs