mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
a651780eac
commit
360da46b91
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue