summaryrefslogtreecommitdiff
path: root/dev-python/python-systemd/python-systemd-233.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-systemd/python-systemd-233.ebuild')
-rw-r--r--dev-python/python-systemd/python-systemd-233.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/python-systemd/python-systemd-233.ebuild b/dev-python/python-systemd/python-systemd-233.ebuild
index fbca17a286f2d..3550384d778ee 100644
--- a/dev-python/python-systemd/python-systemd-233.ebuild
+++ b/dev-python/python-systemd/python-systemd-233.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,6 +26,10 @@ RDEPEND="${COMMON_DEPEND}
!sys-apps/systemd[python(-)]
"
+PATCHES=(
+ "${FILESDIR}"/233-xfail-bind.patch
+)
+
python_test() {
pushd "${BUILD_DIR}/lib" > /dev/null || die
"${EPYTHON}" -m pytest -v . || die