12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-vVl2vvDkZuD50bn2Ux+1uBcdyFNHF8ywSybmgLbHVx0=";
30 dependencies = [ cryptography ];
32 # Checks need an Oracle database
35 pythonImportsCheck = [ "oracledb" ];
38 description = "Python driver for Oracle Database";
39 homepage = "https://oracle.github.io/python-oracledb";
40 changelog = "https://github.com/oracle/python-oracledb/blob/v${version}/doc/src/release_notes.rst";
41 license = with licenses; [
45 maintainers = with maintainers; [ harvidsen ];