diff options
author | Franz Geffke <m@f-a.nz> | 2025-01-30 20:53:57 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-01-30 20:53:57 +0000 |
commit | e1359fe25fa4182fa139dc970e6603c880f902c1 (patch) | |
tree | 501a5c06ba360b09cbcb9a499bbe1ff6e74eb53a /px/packages/python-xyz.scm | |
parent | b38bfb2c49c6c6a5ffb8c4a043f3be2cad237d8f (diff) |
px: packages: python-sentry-sdk-2: Fix build
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 4921420..3830f19 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -1051,14 +1051,15 @@ upload, and reCAPTCHA.") (uri (pypi-uri "sentry_sdk" version)) (sha256 (base32 "1hbfj9dxf705ap7cvx05xsc47f2v5552qb10mcvvrc6886xw1n4m")))) - (build-system pyproject-build-system) + (build-system python-build-system) (arguments (list #:tests? #f #:phases #~(modify-phases %standard-phases (delete 'sanity-check)))) (propagated-inputs (list python-certifi - python-urllib3)) + python-urllib3 + python-setuptools-57)) ;; tests ;; django fails: Requested settings, but settings are not configured. ; python-starlette |