aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-26 08:56:05 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-26 08:56:05 +0100
commit285c807264607bf1e46b0b64794df916f163f2c3 (patch)
tree3ce84dc3769bc81465022589699e62af91d133bf
parentdev-python/glyphsLib: ufo2ft as testdep (diff)
downloadguru-285c807264607bf1e46b0b64794df916f163f2c3.tar.gz
guru-285c807264607bf1e46b0b64794df916f163f2c3.tar.bz2
guru-285c807264607bf1e46b0b64794df916f163f2c3.zip
sys-cluster/swift: add pbr dep
Closes: https://bugs.gentoo.org/836149 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--sys-cluster/swift/swift-2.29.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/swift/swift-2.29.1.ebuild b/sys-cluster/swift/swift-2.29.1.ebuild
index 06a7ebfa8..33f9039b9 100644
--- a/sys-cluster/swift/swift-2.29.1.ebuild
+++ b/sys-cluster/swift/swift-2.29.1.ebuild
@@ -36,7 +36,10 @@ RDEPEND="
memcached? ( net-misc/memcached )
"
-DEPEND="${RDEPEND}"
+DEPEND="
+ ${RDEPEND}
+ dev-python/pbr[${PYTHON_USEDEP}]
+"
BDEPEND="
test? (
>=dev-python/nosexcover-1.0.10[${PYTHON_USEDEP}]