jefferson: 0.4.5 -> 0.4.6
The `cstruct` workaround is no longer needed.
This commit is contained in:
parent
ca81338f51
commit
e6da6a19bd
@ -7,14 +7,15 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "jefferson";
|
pname = "jefferson";
|
||||||
version = "0.4.5";
|
version = "0.4.6";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
disabled = python3.pkgs.pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "onekey-sec";
|
owner = "onekey-sec";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-PGtrvZ0cQvdiswn2Bk43c3LbIZqJyvNe5rnTPw/ipUM=";
|
hash = "sha256-6eh4i9N3aArU8+W8K341pp9J0QYEojDiMrEc8yax4SY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
@ -27,8 +28,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
lzallright
|
lzallright
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "cstruct" ];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"jefferson"
|
"jefferson"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user