8 buildPythonPackage rec {
12 buildInputs = [ odpic ];
17 sha256 = "3b2d215af4441463c97ea469b9cc307460739f89fdfa8ea222ea3518f1a424d9";
21 export ODPIC_INC_DIR="${odpic}/include"
22 export ODPIC_LIB_DIR="${odpic}/lib"
25 # Check need an Oracle database to run
29 description = "Python interface to Oracle";
30 homepage = "https://oracle.github.io/python-cx_Oracle";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ y0no ];