mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
jefferson: relax cstruct dependency (#380735)
This commit is contained in:
commit
b7cde80965
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
lzallright
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "cstruct" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"jefferson"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue