diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 16:55:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 17:28:59 -0500 |
commit | e0e7c304c7a627ddb00875e918aca0ce15f5ec93 (patch) | |
tree | 5eb96658810417f234ef122d899a0160114c6153 /dev-python/cachelib | |
parent | dev-libs/volume_key: Stabilize 0.3.12-r1 amd64, #757630 (diff) | |
download | gentoo-e0e7c304c7a627ddb00875e918aca0ce15f5ec93.tar.gz gentoo-e0e7c304c7a627ddb00875e918aca0ce15f5ec93.tar.bz2 gentoo-e0e7c304c7a627ddb00875e918aca0ce15f5ec93.zip |
dev-python/cachelib: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/cachelib')
-rw-r--r-- | dev-python/cachelib/cachelib-0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild index 582e8a51439f..2600a37d15cb 100644 --- a/dev-python/cachelib/cachelib-0.1.ebuild +++ b/dev-python/cachelib/cachelib-0.1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) + inherit distutils-r1 DESCRIPTION="Collection of cache libraries in the same API interface. Extracted from werkzeug" |