diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:42:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:58:00 +0200 |
commit | ea602f0d9ca8a07b322bbe379489341e5ea5ccc4 (patch) | |
tree | 1556d93ac5b48f8e61ef09e0bb3e7069b7a535fa /dev-python/urllib3 | |
parent | dev-python/toml: Add EAPI upgrade note (diff) | |
download | gentoo-ea602f0d9ca8a07b322bbe379489341e5ea5ccc4.tar.gz gentoo-ea602f0d9ca8a07b322bbe379489341e5ea5ccc4.tar.bz2 gentoo-ea602f0d9ca8a07b322bbe379489341e5ea5ccc4.zip |
dev-python/urllib3: Add EAPI upgrade note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.6.ebuild b/dev-python/urllib3/urllib3-1.26.6.ebuild index c71c6adc940b..4ea114ec7e7e 100644 --- a/dev-python/urllib3/urllib3-1.26.6.ebuild +++ b/dev-python/urllib3/urllib3-1.26.6.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 PYTHON_COMPAT=( python3_{8..10} pypy3 ) |