12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
22 hash = "sha256-QrGyrM6e1cxCtF4GxoivXU/Gj2H8VnG7EFcgimLfdng=";
25 propagatedBuildInputs = [
37 # https://github.com/sqlobject/sqlobject/issues/179
41 pythonImportsCheck = [
46 description = "Object Relational Manager for providing an object interface to your database";
47 homepage = "https://www.sqlobject.org/";
48 changelog = "https://github.com/sqlobject/sqlobject/blob/${version}/docs/News.rst";
49 license = licenses.lgpl21Only;
50 maintainers = with maintainers; [ ];