mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pyformance: exclude tests package (bug 664206)
Closes: https://bugs.gentoo.org/664206 Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
@@ -23,7 +23,7 @@ DEPEND="
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
python_prepare() {
|
||||
sed -i -e "s/find_packages()/find_packages(exclude=['tests'])/"
|
||||
sed -i -e "s/find_packages()/find_packages(exclude=['tests'])/" setup.py || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user