python312Packages.aiodiscover: format with nixfmt
This commit is contained in:
parent
5707a91305
commit
539d3bce23
@ -1,17 +1,18 @@
|
||||
{ lib
|
||||
, aiodns
|
||||
, async-timeout
|
||||
, buildPythonPackage
|
||||
, cached-ipaddress
|
||||
, dnspython
|
||||
, fetchFromGitHub
|
||||
, ifaddr
|
||||
, netifaces
|
||||
, pyroute2
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
{
|
||||
lib,
|
||||
aiodns,
|
||||
async-timeout,
|
||||
buildPythonPackage,
|
||||
cached-ipaddress,
|
||||
dnspython,
|
||||
fetchFromGitHub,
|
||||
ifaddr,
|
||||
netifaces,
|
||||
pyroute2,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -28,9 +29,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-+DcROb6jR0veD3oSKgyJHUi1VtCT54yBKvVqir5y+R4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
async-timeout
|
||||
@ -52,9 +51,7 @@ buildPythonPackage rec {
|
||||
"test_async_discover_hosts"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"aiodiscover"
|
||||
];
|
||||
pythonImportsCheck = [ "aiodiscover" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python module to discover hosts via ARP and PTR lookup";
|
||||
|
Loading…
Reference in New Issue
Block a user