summaryrefslogtreecommitdiff
path: root/dev-python/requestsexceptions
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-01 13:43:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-01 13:43:47 +0000
commit4817f0eba79bdd53870301fd2855d8d7569a9e58 (patch)
tree84a461d6cd0b773211a2a9436cb677822db9ba0c /dev-python/requestsexceptions
parentf952c111bc3124c413218d2e822f3e51402e67c8 (diff)
downloadbaldeagleos-repo-4817f0eba79bdd53870301fd2855d8d7569a9e58.tar.gz
baldeagleos-repo-4817f0eba79bdd53870301fd2855d8d7569a9e58.tar.xz
baldeagleos-repo-4817f0eba79bdd53870301fd2855d8d7569a9e58.zip
Adding metadata
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r--dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
index 075c0b2c2891..53a8bf4c47cf 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Finds the correct path to exceptions in the requests library."
@@ -15,5 +14,5 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 x86"
-DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"