aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/linux-libre/6.1-i686.conf
blob: 58f84b901adc24898cf95779318e4b0674a6f095 (about) (plain)
blob size (257KB) exceeds display size limit (100KB).
guix/diff/?id=b0834fe777541f75d96782bd897b77919cc1c21a&id2=d0b95ce40f2c2319d0ab09dcbf36d379bca0573d'>Diffstat
-rw-r--r--gnu/packages/python-web.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6b5b15cabd..de81c9d474 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1037,15 +1037,7 @@ to the OVHcloud APIs.")
(uri (pypi-uri "cbor2" version))
(sha256
(base32 "15y78xcc3zkmvj1mdzz8gyhf3apbl91073kwhzbjk5abc1civwlw"))))
- (build-system python-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (build-system pyproject-build-system)
(native-inputs (list python-pytest python-pytest-cov python-setuptools-scm))
(home-page "https://github.com/agronholm/cbor2")
(synopsis "Concise Binary Object Representation (CBOR) (de)serializer")