mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +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 \
|
substituteInPlace setup.py \
|
||||||
--replace '"pytest-runner"' ""
|
--replace '"pytest-runner"' ""
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "pysnmplib==5.0.10" "pysnmplib>=5.0.10"
|
--replace "pysnmplib==" "pysnmplib>="
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user