pythonPackages.pydocumentdb: fix build
This commit is contained in:
parent
ac50b6a116
commit
d463f540c6
@ -14,6 +14,11 @@ buildPythonPackage rec {
|
||||
sha256 = "1e6f072ae516fc061c9442f8ca470463b53dc626f0f6a86ff3a803293f4b50dd";
|
||||
};
|
||||
|
||||
# https://github.com/Azure/azure-cosmos-python/issues/183
|
||||
preBuild = ''
|
||||
touch changelog.md
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ six requests ];
|
||||
|
||||
# requires an active Azure Cosmos service
|
||||
|
Loading…
Reference in New Issue
Block a user