Skip to content

Commit

Permalink
dev-python/rax-scheduled-images-python-novaclient-ext: Support python3.6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
pacho2 committed Jun 24, 2018
1 parent 0ea81b9 commit 9f5620d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )

inherit distutils-r1

Expand Down

0 comments on commit 9f5620d

Please sign in to comment.