Merge pull request #203343 from tjni/spsdk
python310Packages.spsdk: fix build by relaxing versions
This commit is contained in:
commit
cba218194b
@ -59,6 +59,8 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||
pythonRelaxDeps = [
|
||||
"bincopy"
|
||||
"bitstring"
|
||||
"cmsis-pack-manager"
|
||||
"cryptography"
|
||||
"deepmerge"
|
||||
|
@ -10850,7 +10850,7 @@ with pkgs;
|
||||
|
||||
pympress = callPackage ../applications/office/pympress { };
|
||||
|
||||
pyocd = python3Packages.callPackage ../development/embedded/pyocd { };
|
||||
pyocd = with python3Packages; toPythonApplication pyocd;
|
||||
|
||||
pypass = with python3Packages; toPythonApplication pypass;
|
||||
|
||||
|
@ -8266,6 +8266,8 @@ self: super: with self; {
|
||||
|
||||
pyobihai = callPackage ../development/python-modules/pyobihai { };
|
||||
|
||||
pyocd = callPackage ../development/python-modules/pyocd { };
|
||||
|
||||
pyocr = callPackage ../development/python-modules/pyocr {
|
||||
tesseract = pkgs.tesseract4;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user