Diff urh-2.9.4 with a urh-9999
/usr/portage/net-wireless/urh/urh-9999.ebuild 2023-10-09 14:52:34.788368484 +0300 | ||
---|---|---|
44 | 44 | |
45 | 45 |
distutils_enable_tests pytest |
46 | 46 | |
47 |
PATCHES=( "${FILESDIR}/${P}-no-numpy-setup.patch" ) |
|
48 | ||
49 | 47 |
python_configure_all() { |
48 |
# Using sed in the live ebuild to avoid patch failure |
|
49 |
sed -i '/__NUMPY_SETUP__/d' setup.py || die |
|
50 | 50 |
DISTUTILS_ARGS=( |
51 | 51 |
$(use_with airspy) |
52 | 52 |
$(use_with bladerf) |