summaryrefslogtreecommitdiff
path: root/dev-python/clang-python/clang-python-5.0.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/clang-python/clang-python-5.0.9999.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-5.0.9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/clang-python/clang-python-5.0.9999.ebuild b/dev-python/clang-python/clang-python-5.0.9999.ebuild
index 3310c5b2e313..6741f9636801 100644
--- a/dev-python/clang-python/clang-python-5.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-5.0.9999.ebuild
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/bindings/python
+src_unpack() {
+ git-r3_fetch
+ git-r3_checkout '' '' '' bindings/python
+}
+
src_test() {
python_foreach_impl nosetests -v || die
}