dev-python/pycadf: fixing build error

Package-Manager: portage-2.2.20.1
This commit is contained in:
Matthew Thode
2015-10-18 16:55:54 -05:00
parent 718e5f3a8d
commit 8e06b33ef4

View File

@@ -42,7 +42,7 @@ RDEPEND="
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.py || die
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all
}