python312Packages.pyaussiebb: refactor
This commit is contained in:
@@ -24,20 +24,20 @@ buildPythonPackage rec {
|
||||
hash = "sha256-IW2HraJbgvf0G1eRXNpnsPMWlLXi2P9DTyk+tG5Hc2U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail 'requests = "^2.27.1"' 'requests = "*"'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
requests
|
||||
loguru
|
||||
pydantic
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'requests = "^2.27.1"' 'requests = "*"'
|
||||
'';
|
||||
|
||||
# Tests require credentials and requests-testing
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user