dev-python/dataclasses: add backport note

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-12-02 14:58:32 -05:00
parent 37261f5d3a
commit fcd417b3ef

View File

@@ -3,6 +3,7 @@
EAPI=7
# this is a backport. do not add extra impls
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1