summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild (renamed from dev-python/backports-tempfile/backports-tempfile-1.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
index 7a1f774c2f86..f96bb176e088 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="PSF-2.3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND="dev-python/backports[${PYTHON_USEDEP}]
+RDEPEND="
dev-python/backports-weakref[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
@@ -37,7 +37,7 @@ python_test() {
}
python_install() {
- # avoid a collision with dev-python/backports
+ # avoid collisions due to namespaces
rm "${BUILD_DIR}"/lib/backports/__init__.py || die
distutils-r1_python_install --skip-build
}