python310Packages.python-binance: fix build
This commit is contained in:
parent
60fa9e3f4f
commit
13499263c9
@ -3,6 +3,8 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, dateparser
|
, dateparser
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
|
, pycryptodome
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
@ -26,10 +28,19 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-e88INUEkjOSVOD0KSs9LmstuQ7dQZdJk8K6VqFEusww=";
|
hash = "sha256-e88INUEkjOSVOD0KSs9LmstuQ7dQZdJk8K6VqFEusww=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
name = "fix-unable-to-determine-version-error.patch";
|
||||||
|
url = "https://github.com/sammchardy/python-binance/commit/1b9dd4853cafccf6cdacc13bb64a18632a79a6f1.patch";
|
||||||
|
hash = "sha256-6KRHm2cZRcdD6qMdRAwlea4qLZ1/1YFzZAQ7Ph4XMCs=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
dateparser
|
dateparser
|
||||||
requests
|
requests
|
||||||
|
pycryptodome
|
||||||
six
|
six
|
||||||
ujson
|
ujson
|
||||||
websockets
|
websockets
|
||||||
|
Loading…
Reference in New Issue
Block a user