[beignet] 02/02: Build with Python 2, as Python 3 silently skips many of the tests
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Fri Sep 9 07:18:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository beignet.
commit 5160f7a109ee2b1c972de816f64f69ac973c0e91
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Fri Sep 9 08:10:45 2016 +0100
Build with Python 2, as Python 3 silently skips many of the tests
(which is a bug, but one I haven't yet had time to investigate)
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 96aa53d..03c7f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ beignet (1.2.0-1) UNRELEASED; urgency=medium
* Update and improve documentation.
* Re-enable test suite (disabled by default upstream).
* Skip tests with known issues.
+ * Build with Python 2, as Python 3 silently skips many of the tests.
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Sun, 04 Sep 2016 20:53:34 +0100
diff --git a/debian/control b/debian/control
index 782a5c2..9247866 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
ocl-icd-dev,
ocl-icd-opencl-dev,
pkg-config,
- python3,
+ python,
libdrm-dev,
libxext-dev,
libxfixes-dev,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-commits
mailing list