python312Packages.binance-connector: switch to pypa builder

This commit is contained in:
natsukium
2025-01-14 17:45:37 +09:00
parent b0d2d3ff38
commit 6dceb2db13
@@ -5,10 +5,10 @@
pycryptodome,
pythonOlder,
requests,
setuptools,
websocket-client,
# dependencies for tests
pytest-cov-stub,
pytest,
sure,
responses,
pytestCheckHook,
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "binance-connector";
version = "3.12.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,9 @@ buildPythonPackage rec {
hash = "sha256-8O73+fli0HNbvGBcyg79ZGOTQvL0TF5SCfogI6btlrA=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
requests
pycryptodome
websocket-client
@@ -36,7 +38,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-cov-stub
pytest
sure
responses
pytestCheckHook