summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-20 16:16:10 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-23 16:24:25 +0100
commit360da46b915b7c59e268417cf8e0e870b674ddf4 (patch)
treebf89d9b2373abb0a0b10d2d53e6286f54f68fe88 /gnu/packages/python-web.scm
parenta651780eacb2ce5f8a88a1b50f35ca06cac02fc3 (diff)
gnu: python-selenium: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-selenium): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ida0451a6d0f219fe8669c631f11793d0872de35f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b96ddeb4c6..2768ea77d1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8626,9 +8626,9 @@ it provides an elegant coroutine-based API.")
(sha256
(base32
"039hf9knvl4s3hp21bzwsp1g5ri9gxsh504dp48lc6nr1av35byy"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-urllib3))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-urllib3))
+ (native-inputs (list python-setuptools python-wheel))
(home-page
"https://github.com/SeleniumHQ/selenium/")
(synopsis "Python bindings for Selenium")