Skip to content

Commit

Permalink
python310Packages.weconnect-mqtt: relax weconnect constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 16, 2023
1 parent e2b89b6 commit af7ceb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/weconnect-mqtt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ buildPythonPackage rec {
};

postPatch = ''
substituteInPlace requirements.txt \
--replace "weconnect[Images]~=" "weconnect>="
substituteInPlace weconnect_mqtt/__version.py \
--replace "develop" "${version}"
substituteInPlace pytest.ini \
Expand Down

0 comments on commit af7ceb6

Please sign in to comment.