mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python310Packages.brother: update stale substituteInPlace
This commit is contained in:
parent
304c67b399
commit
6c65b37d3e
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
substituteInPlace setup.py \
|
||||
--replace '"pytest-runner"' ""
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "pysnmplib==5.0.10" "pysnmplib>=5.0.10"
|
||||
--replace "pysnmplib==" "pysnmplib>="
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user