diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-13 10:55:22 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:06 +0100 |
| commit | aa6b488cb2d5af9d821199d5fc75d6ce72312ccd (patch) | |
| tree | 1e007c5d864051fed82602466006a92c060a2f7c /gnu/packages/databases.scm | |
| parent | 0c961fd0c952d9999d63b503cd2b425502583dab (diff) | |
gnu: Remove python-sqlalchemy-stubs.
* gnu/packages/databases.scm (python-sqlalchemy-stubs): Delete variable.
Fixes: guix/guix#4780
Change-Id: I331c73b603386e50e8464409a1184cd953f11e0d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c147e5860ab..30e510c1bb8 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -4321,27 +4321,6 @@ patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.") (license license:expat))) -(define-public python-sqlalchemy-stubs - (package - (name "python-sqlalchemy-stubs") - (version "0.4") - (source - (origin - (method url-fetch) - (uri (pypi-uri "sqlalchemy-stubs" version)) - (sha256 - (base32 - "1bppjmv7v7m0q8gwg791pgxbx4ay7mna0zq204pn9vw28kfxcrf6")))) - (build-system python-build-system) - (propagated-inputs - (list python-mypy python-typing-extensions)) - (home-page "https://github.com/dropbox/sqlalchemy-stubs") - (synopsis "SQLAlchemy stubs and mypy plugin") - (description "This package contains type stubs and a mypy plugin to -provide more precise static types and type inference for SQLAlchemy -framework.") - (license license:asl2.0))) - (define-public python-sqlalchemy-utils (package (name "python-sqlalchemy-utils") |
