python38Packages.moto: does not function yet

This commit is contained in:
Frederik Rietdijk 2019-10-27 17:23:41 +01:00
parent 8607aa5c39
commit 62c81282c4

View file

@ -22,6 +22,7 @@
, sure
, werkzeug
, xmltodict
, isPy38
}:
buildPythonPackage rec {
@ -33,6 +34,10 @@ buildPythonPackage rec {
sha256 = "0rhbjvqi1khp80gfnl3x632kwlpq3k7m8f13nidznixdpa78vm4m";
};
# 3.8 is not yet support
# https://github.com/spulec/moto/pull/2519
disabled = isPy38;
# Backported fix from 1.3.14.dev for compatibility with botocore >= 1.9.198.
patches = [
(fetchpatch {