1 { lib, buildPythonPackage, fetchPypi, odpic }:
3 buildPythonPackage rec {
7 buildInputs = [ odpic ];
10 inherit pname version;
11 sha256 = "e1698c5522ee1355e552b30bfa0a58e6e772475b882c5d69d158bd7e6aed45de";
15 export ODPIC_INC_DIR="${odpic}/include"
16 export ODPIC_LIB_DIR="${odpic}/lib"
19 # Check need an Oracle database to run
23 description = "Python interface to Oracle";
24 homepage = "https://oracle.github.io/python-cx_Oracle";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ y0no ];