diff options
| author | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:08:55 +0200 |
|---|---|---|
| committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:08:55 +0200 |
| commit | c3b5423765458cf1c128ce900047e363b0ea2f4f (patch) | |
| tree | 798d2ee26940cf6ecc97292cbdc6ee3e6e8b965a /dev-python | |
| parent | 457707807c8f403e9cbf72cc968f3f68e1639003 (diff) | |
| download | gentoo-c3b5423765458cf1c128ce900047e363b0ea2f4f.tar.gz gentoo-c3b5423765458cf1c128ce900047e363b0ea2f4f.tar.bz2 gentoo-c3b5423765458cf1c128ce900047e363b0ea2f4f.zip | |
dev-python/txAMQP: add support for Python-3.{7,8}
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/txAMQP/txAMQP-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.8.2.ebuild b/dev-python/txAMQP/txAMQP-0.8.2.ebuild index 5154a9528667..d517afb2a5a6 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 |
