diff options
| author | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
| commit | 2ca3a26e333068ab06581c81f3a2b12fe2253784 (patch) | |
| tree | 6344be2f3abd1b713adc19197be45dba5901449f /dev-python/python-utils/python-utils-3.1.0.ebuild | |
| parent | 8e5188d12df4e4f540588af37ea5d6da994c1754 (diff) | |
| download | gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.gz gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.bz2 gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.zip | |
dev-python/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-utils/python-utils-3.1.0.ebuild')
| -rw-r--r-- | dev-python/python-utils/python-utils-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-utils/python-utils-3.1.0.ebuild b/dev-python/python-utils/python-utils-3.1.0.ebuild index abb04012919a..96066edb509b 100644 --- a/dev-python/python-utils/python-utils-3.1.0.ebuild +++ b/dev-python/python-utils/python-utils-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Collection of small Python functions & classes" |
