Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 425176
Collapse All | Expand All

(-)boto.orig/boto-2.5.2.ebuild (+10 lines)
Lines 25-27 Link Here
25
25
26
# Requires Amazon Web Services keys to pass some tests
26
# Requires Amazon Web Services keys to pass some tests
27
RESTRICT="test"
27
RESTRICT="test"
28
29
src_install() {
30
        distutils_src_install
31
32
        delete_tests() {
33
                find "${ED}$(python_get_sitedir)/boto" -name "test_*.py" -delete
34
        }
35
        python_execute_function -q delete_tests
36
}
37

Return to bug 425176