mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-amqp: Fix build.
* gnu/packages/python-xyz.scm (python-amqp)[arguments]<#:test-flags>: Fix specification of ignore. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I7e8f0409317ce62e528a1bd224381a295bbf4821
This commit is contained in:
parent
4f837f3045
commit
a22c66c94c
1 changed files with 2 additions and 2 deletions
|
@ -20481,8 +20481,8 @@ and provides a uniform API regardless of which JSON implementation is used.")
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list ; Integration tests require network connectivity.
|
||||
#:test-flags '(list "--ignore=t/integration")))
|
||||
(native-inputs (list python-pytest))
|
||||
#:test-flags '(list "--ignore=t/integration/test_rmq.py")))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-vine))
|
||||
(home-page "https://github.com/celery/py-amqp")
|
||||
(synopsis "Low-level AMQP client for Python (fork of amqplib)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue