diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-18 17:27:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-18 17:30:54 -0500 |
commit | 02a323b887d8d05492a319f6f351786aff008f7c (patch) | |
tree | 10f48de568d74f93296d4e141e981f7b9b28209f | |
parent | dev-python/oslo-messaging: 10.2.0 cleanup (diff) | |
download | gentoo-02a323b887d8d05492a319f6f351786aff008f7c.tar.gz gentoo-02a323b887d8d05492a319f6f351786aff008f7c.tar.bz2 gentoo-02a323b887d8d05492a319f6f351786aff008f7c.zip |
dev-python/oslo-utils: add py36 to oslo-utils (to clean up old)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild index eed1c4c3fe24..c93a004e2bb7 100644 --- a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild +++ b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |