From e1359fe25fa4182fa139dc970e6603c880f902c1 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Thu, 30 Jan 2025 20:53:57 +0000 Subject: px: packages: python-sentry-sdk-2: Fix build --- px/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'px/packages') 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 -- cgit v1.2.3