1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

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
This commit is contained in:
Alex Hornby
2022-01-25 01:33:41 -08:00
committed by Facebook GitHub Bot
parent 88622ecbf1
commit 63c697dead

View File

@@ -5,7 +5,8 @@ name = python
python3 python3
python3-devel 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 python3-all-dev
[download] [download]