mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-robotframework-requests: Adjust inputs.
* gnu/packages/python-web.scm (python-robotframework-requests) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I31009cea2eed419203df181c5db9f861c478813d
This commit is contained in:
parent
afff7aecb7
commit
c76bec3d93
1 changed files with 6 additions and 3 deletions
|
@ -7665,10 +7665,13 @@ Agent is a web crawler. It uses the list of registered robots from
|
|||
(sha256
|
||||
(base32 "077j8p5k41v53slyv8h32fcmqfi7m6z3r4gmyqqaawm5szfmy61m"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-requests python-robotframework))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-requests
|
||||
python-robotframework))
|
||||
(home-page "https://github.com/MarketSquare/robotframework-requests")
|
||||
(synopsis "Robot Framework keyword library wrapper around requests")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue