diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:47 +0200 |
commit | 29c06c5cebc7d80340be0d69bd36a1fd9f81911a (patch) | |
tree | 7ce9309c8f471188567f4e304941f2cf39beac34 /dev-python/pyjwt | |
parent | dev-python/pandas: Inherit optfeature.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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" |