summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-09-07 10:51:47 +0200
committerDavid Seifert <soap@gentoo.org>2020-09-07 10:51:47 +0200
commit29c06c5cebc7d80340be0d69bd36a1fd9f81911a (patch)
tree7ce9309c8f471188567f4e304941f2cf39beac34 /dev-python/pyjwt
parentdev-python/pandas: Inherit optfeature.eclass (diff)
downloadgentoo-29c06c5cebc7d80340be0d69bd36a1fd9f81911a.tar.gz
gentoo-29c06c5cebc7d80340be0d69bd36a1fd9f81911a.tar.bz2
gentoo-29c06c5cebc7d80340be0d69bd36a1fd9f81911a.zip
dev-python/pyjwt: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyjwt')
-rw-r--r--dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild
index 0cb072fed98d..cf944a1e3510 100644
--- a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild
+++ b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6..9} pypy3 )
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
MY_PN="PyJWT"
DESCRIPTION="JSON Web Token implementation in Python"