dev-python/functools32: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-16 11:02:01 +01:00
parent 5f012759d8
commit df47a1211a

View File

@@ -1,8 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1