diff options
author | 2020-08-01 16:58:25 -0400 | |
---|---|---|
committer | 2020-08-01 16:58:25 -0400 | |
commit | 6b554229225430738924edd59eca3c27650ca0ad (patch) | |
tree | be2903e7027b00a24a72539aa289c67173498193 /dev-python | |
parent | dev-python/ctypesgen: bump to 1.0.2; bump EAPI (diff) | |
download | gentoo-6b554229225430738924edd59eca3c27650ca0ad.tar.gz gentoo-6b554229225430738924edd59eca3c27650ca0ad.tar.bz2 gentoo-6b554229225430738924edd59eca3c27650ca0ad.zip |
dev-python/ctypesgen: add note for upstream test failures
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ctypesgen/ctypesgen-1.0.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild index 0ea04a163571..a71817580b75 100644 --- a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild +++ b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 # pkg compiles fine with py3_{8,9} but tests fail +# https://github.com/davidjamesca/ctypesgen/issues/90 PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend |