mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.roombapy: remove amqtt test dependency
This seems to have been removed and now it causes issues, because amqtt fails to build.
This commit is contained in:
parent
51e9ae967e
commit
64d17fbb7d
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
amqtt,
|
||||
buildPythonPackage,
|
||||
click,
|
||||
fetchFromGitHub,
|
||||
|
|
@ -43,7 +42,6 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
amqtt
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue