python312Packages.oracledb: refactor

This commit is contained in:
Fabian Affolter 2024-03-24 21:18:14 +01:00
parent 7ce968a38e
commit b89fd0f2d6

View File

@ -20,13 +20,13 @@ buildPythonPackage rec {
hash = "sha256-4ugXz6bf82xxMXNvNOKq7HXXJv040ZENgxgGGieCKPo=";
};
nativeBuildInputs = [
build-system = [
cython_3
setuptools
wheel
];
propagatedBuildInputs = [
dependencies = [
cryptography
];