diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-10 11:28:28 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-10 11:36:30 +0200 |
commit | b2cbbd58bd13ba9e5722a8b66e2235630f7cdc0c (patch) | |
tree | 4b741b19df696601ee528a21813872ed1bf40ed8 /dev-python/pysendfile | |
parent | dev-python/sentry-sdk: Reenable executing-based tests (diff) | |
download | gentoo-b2cbbd58bd13ba9e5722a8b66e2235630f7cdc0c.tar.gz gentoo-b2cbbd58bd13ba9e5722a8b66e2235630f7cdc0c.tar.bz2 gentoo-b2cbbd58bd13ba9e5722a8b66e2235630f7cdc0c.zip |
dev-python/pysendfile: support Py3.9, drop explicit setuptools dep.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild index 5d6541382f8f..b3694e1aaa96 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) inherit distutils-r1 @@ -16,8 +16,6 @@ IUSE="" LICENSE="MIT" SLOT="0" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - python_test() { "${EPYTHON}" test/test_sendfile.py || die "tests failed with ${EPYTHON}" } |