python312Packages.aiooss2: refactor

This commit is contained in:
Fabian Affolter 2024-04-15 00:20:03 +02:00
parent 0201352d0f
commit 2246d3ff90
1 changed files with 17 additions and 17 deletions

View File

@ -1,16 +1,17 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, oss2
, pytest-asyncio
, pytest-mock
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, requests
, setuptools
, setuptools-scm
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
oss2,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
requests,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
@ -33,11 +34,12 @@ buildPythonPackage rec {
];
build-system = [
pythonRelaxDepsHook
setuptools
setuptools-scm
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp
oss2
@ -50,9 +52,7 @@ buildPythonPackage rec {
requests
];
pythonImportsCheck = [
"aiooss2"
];
pythonImportsCheck = [ "aiooss2" ];
disabledTestPaths = [
# Tests require network access