10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
20 hash = "sha256-6lKLoRBjJA7qgjRevG98yTJMBuQulCCwC80kWpW/zCQ=";
23 nativeBuildInputs = [ setuptools ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "dbutils" ];
30 description = "Database connections for multi-threaded environments";
31 homepage = "https://webwareforpython.github.io/DBUtils/";
32 changelog = "https://webwareforpython.github.io/DBUtils/changelog.html";
33 license = lib.licenses.mit;