diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-24 14:47:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-24 14:47:40 +0200 |
commit | 934829a728646465ea91586fe27d8c508779d0b6 (patch) | |
tree | 2396ae8f314479fc3afe80b4dea21e6c42f268e7 /dev-python/dbus-python | |
parent | Enable py3.7 (diff) | |
download | gentoo-934829a728646465ea91586fe27d8c508779d0b6.tar.gz gentoo-934829a728646465ea91586fe27d8c508779d0b6.tar.bz2 gentoo-934829a728646465ea91586fe27d8c508779d0b6.zip |
Revert "Enable py3.7"
Reverting to fix the commit message.
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.8.ebuild b/dev-python/dbus-python/dbus-python-1.2.8.ebuild index df539fe46ab6..3857687ebfe5 100644 --- a/dev-python/dbus-python/dbus-python-1.2.8.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit autotools python-r1 |