summaryrefslogtreecommitdiff
path: root/dev-python/python-jwt/python-jwt-1.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-13 01:39:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-13 01:39:24 +0000
commit3e683d61bfe82f44a7c1bd841628a0582320f029 (patch)
tree503875c7eeb361c6aad4d91f3489da9ed6459296 /dev-python/python-jwt/python-jwt-1.2.0.ebuild
parenta424d1bd9070020bceb828e1584783c019186b2e (diff)
downloadbaldeagleos-repo-3e683d61bfe82f44a7c1bd841628a0582320f029.tar.gz
baldeagleos-repo-3e683d61bfe82f44a7c1bd841628a0582320f029.tar.xz
baldeagleos-repo-3e683d61bfe82f44a7c1bd841628a0582320f029.zip
Adding metadata
Diffstat (limited to 'dev-python/python-jwt/python-jwt-1.2.0.ebuild')
-rw-r--r--dev-python/python-jwt/python-jwt-1.2.0.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/python-jwt/python-jwt-1.2.0.ebuild b/dev-python/python-jwt/python-jwt-1.2.0.ebuild
index 56559727f38c..93e619b4dc66 100644
--- a/dev-python/python-jwt/python-jwt-1.2.0.ebuild
+++ b/dev-python/python-jwt/python-jwt-1.2.0.ebuild
@@ -1,7 +1,8 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
@@ -20,7 +21,10 @@ LICENSE="Apache-2.0"
SLOT="0"
BDEPEND="test? ( dev-python/freezegun[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ !dev-python/pyjwt
+"
distutils_enable_tests pytest