python312Packages.oracledb: refactor
This commit is contained in:
parent
7ce968a38e
commit
b89fd0f2d6
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-4ugXz6bf82xxMXNvNOKq7HXXJv040ZENgxgGGieCKPo=";
|
hash = "sha256-4ugXz6bf82xxMXNvNOKq7HXXJv040ZENgxgGGieCKPo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
cython_3
|
cython_3
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
cryptography
|
cryptography
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue