diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-16 22:05:06 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-16 22:05:06 +0200 |
commit | 1961f91b9caca335028b0d8a893f324a547222b1 (patch) | |
tree | beb9ebd1aca90e2861ccbb2f34a7f541a27c743f /dev-python/schedule | |
parent | dev-python/babelfish: Add python3_6 (diff) | |
download | gentoo-1961f91b9caca335028b0d8a893f324a547222b1.tar.gz gentoo-1961f91b9caca335028b0d8a893f324a547222b1.tar.bz2 gentoo-1961f91b9caca335028b0d8a893f324a547222b1.zip |
dev-python/schedule: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/schedule')
-rw-r--r-- | dev-python/schedule/schedule-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/schedule/schedule-0.4.2.ebuild b/dev-python/schedule/schedule-0.4.2.ebuild index 7a9b54c19d60..121233ddb8e6 100644 --- a/dev-python/schedule/schedule-0.4.2.ebuild +++ b/dev-python/schedule/schedule-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python job scheduling for humans" |