atomic-operator: fix dependencies

This commit is contained in:
Sandro Jäckel 2022-07-20 20:49:14 +02:00 committed by Martin Weinelt
parent 1bfa5c43b5
commit 659c36045c

View file

@ -15,6 +15,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-DyNqu3vndyLkmfybCfTbgxk3t/ALg7IAkAMg4kBkH7Q=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "charset_normalizer~=2.0.0" "charset_normalizer"
'';
propagatedBuildInputs = with python3.pkgs; [
attrs
certifi