diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-20 23:05:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-20 23:06:43 +0200 |
commit | 9a677db7420bf6f07639d47dedfb44e8955719be (patch) | |
tree | 3eacdd38b04d3072b616776de9a8cd47b4652756 /dev-util/gdbus-codegen | |
parent | app-vim/gentoo-syntax: Bump to 20180820 (diff) | |
download | gentoo-9a677db7420bf6f07639d47dedfb44e8955719be.tar.gz gentoo-9a677db7420bf6f07639d47dedfb44e8955719be.tar.bz2 gentoo-9a677db7420bf6f07639d47dedfb44e8955719be.zip |
dev-util/gdbus-codegen: Enable py3.7
Diffstat (limited to 'dev-util/gdbus-codegen')
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.56.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.56.2-r1.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.56.2-r1.ebuild index 05945abf9174..d913496897eb 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.56.2-r1.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.56.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) PYTHON_REQ_USE="xml" DISTUTILS_SINGLE_IMPL=1 |