diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2018-12-12 16:50:37 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-12-12 16:51:03 -0800 |
commit | 995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce (patch) | |
tree | 0b1822d756c3e3c1829bb6ce98c6e55ea1eb496c /dev-python/passlib | |
parent | dev-python/scrypt: Add python3_7 to 0.8.6 (diff) | |
download | gentoo-995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce.tar.gz gentoo-995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce.tar.bz2 gentoo-995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce.zip |
dev-python/passlib: Add python3_7 to 1.7.1-r1
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/passlib-1.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild b/dev-python/passlib/passlib-1.7.1-r1.ebuild index 8cb5fa14d8b7..02b2002989a9 100644 --- a/dev-python/passlib/passlib-1.7.1-r1.ebuild +++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 |