From 63c697dead1c7a1b1bbe6ded2dd6dc8d5dab90f6 Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Tue, 25 Jan 2022 01:33:41 -0800 Subject: [PATCH] update ubuntu python .deb requirement for dataclasses Summary: We have dataclasses dependency now in eden_scm, which means python 3.7 or later Reviewed By: quark-zju Differential Revision: D33713759 fbshipit-source-id: 6f915238326201d7408f885804714981505b7fa8 --- build/fbcode_builder/manifests/python | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/fbcode_builder/manifests/python b/build/fbcode_builder/manifests/python index 55525c3e9..2dccc2cdf 100644 --- a/build/fbcode_builder/manifests/python +++ b/build/fbcode_builder/manifests/python @@ -5,7 +5,8 @@ name = python python3 python3-devel -[debs] +# eden_scm needs dataclasses which arrive in 3.7, and the bionic python is 3.6 +[debs.not(all(distro=ubuntu,distro_vers="18.04"))] python3-all-dev [download]