13 buildPythonPackage rec {
14 pname = "vertica-python";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-LLlaLP9NgzpJyxsEGPd7sdcVX/qXY8mO3ZQNm39gocM=";
25 propagatedBuildInputs = [
38 # Integration tests require an accessible Vertica db
39 "vertica_python/tests/integration_tests"
42 pythonImportsCheck = [
47 description = "Native Python client for Vertica database";
48 homepage = "https://github.com/vertica/vertica-python";
49 changelog = "https://github.com/vertica/vertica-python/releases/tag/${version}";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ arnoldfarkas ];