dev-python/beaker: Remove obsolete sed

This commit is contained in:
Michał Górny
2017-05-17 00:15:31 +02:00
parent 5c29943347
commit 1526b5238c

View File

@@ -32,14 +32,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
# Py2.7 fais some tests without this
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare_all() {
# Workaround for http://bugs.python.org/issue11276.
sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
-i beaker/container.py || die
distutils-r1_python_prepare_all
}
python_test() {
esetup.py test
}