diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:12:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:01 +0200 |
commit | 7beeddf32185cb9c8cc3eb42d56dd6743943ec11 (patch) | |
tree | 3f9f8bcfd48d300daf8a8552b183e29dfd3bc906 /dev-python/pyjwt | |
parent | dev-python/texttable: Drop superfluous optfeature header (diff) | |
download | gentoo-7beeddf32185cb9c8cc3eb42d56dd6743943ec11.tar.gz gentoo-7beeddf32185cb9c8cc3eb42d56dd6743943ec11.tar.bz2 gentoo-7beeddf32185cb9c8cc3eb42d56dd6743943ec11.zip |
dev-python/pyjwt: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pyjwt')
-rw-r--r-- | dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/pyjwt/pyjwt-2.0.1.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild index acfd48d9111d..1849483dffc3 100644 --- a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild +++ b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,7 +48,6 @@ python_test() { } pkg_postinst() { - elog "Available optional features:" optfeature "cryptography" dev-python/cryptography optfeature "flake8" dev-python/flake8{,-import-order} diff --git a/dev-python/pyjwt/pyjwt-2.0.1.ebuild b/dev-python/pyjwt/pyjwt-2.0.1.ebuild index 8de92e6852aa..7d5376775c47 100644 --- a/dev-python/pyjwt/pyjwt-2.0.1.ebuild +++ b/dev-python/pyjwt/pyjwt-2.0.1.ebuild @@ -26,6 +26,5 @@ DEPEND=" distutils_enable_tests pytest pkg_postinst() { - elog "Available optional features:" optfeature "cryptography" dev-python/cryptography } |