mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
inception: fix https://github.com/pentoo/pentoo-overlay/issues/797
This commit is contained in:
parent
ff0a91748d
commit
3946fcd2cb
1 changed files with 10 additions and 4 deletions
|
|
@ -19,13 +19,19 @@ RDEPEND="${PYTHON_DEPS}
|
|||
app-forensics/libforensic1394[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
RESTRICT="binchecks"
|
||||
#these are not python tests
|
||||
RESTRICT="test"
|
||||
|
||||
#QA_PRESTRIPPED="usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/ubuntu-11.10-x86-0xbaf.bin
|
||||
# usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin
|
||||
#"
|
||||
#FIXME: scanelf: .*.bin: Invalid section header info
|
||||
#QA_PREBUILT=".*/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin"
|
||||
|
||||
QA_PRESTRIPPED=".*/test/samples/.*.bin"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK=~FIREWIRE_OHCI
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_test() {
|
||||
${PYTHON} -m unittest discover tests/ "test_*.py" || die
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue