18 buildPythonPackage rec {
19 pname = "sqlalchemy-utils";
24 pname = "SQLAlchemy-Utils";
25 sha256 = "sha256-n5r7pgekBFXPcDrfqYRlhL8mFooMWmCnAGO3DWUFH00=";
29 # We don't run MySQL, MSSQL, or PostgreSQL
30 ./skip-database-tests.patch
33 propagatedBuildInputs = [
56 homepage = "https://github.com/kvesteri/sqlalchemy-utils";
57 description = "Various utility functions and datatypes for SQLAlchemy";
58 license = licenses.bsd3;
59 maintainers = with maintainers; [ eadwu ];