dev-python/beaker: Re-enable out-of-source builds

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

View File

@@ -29,9 +29,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
)"
# Py2.7 fais some tests without this
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
esetup.py test
}