mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
python38Packages.moto: does not function yet
This commit is contained in:
parent
8607aa5c39
commit
62c81282c4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user