summaryrefslogtreecommitdiffstats
path: root/rules/pyside.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-25 10:33:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-25 13:38:05 +0200
commit6e3ba083ef9486f2d6002e616d07ee4e8168c85d (patch)
tree73495eb8d8ebed650567fb17266578f179e548a4 /rules/pyside.in
parentd3ac83f3aa87d833dfebab501a5f9ecaf19dcd97 (diff)
downloadptxdist-6e3ba083ef9486f2d6002e616d07ee4e8168c85d.tar.gz
ptxdist-6e3ba083ef9486f2d6002e616d07ee4e8168c85d.tar.xz
pyside/shiboken: move to staging
This is an old version that used Python 2. The download ist broken and building shiboken fails with gcc 9.x. python3-pyside should be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pyside.in')
-rw-r--r--rules/pyside.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/pyside.in b/rules/pyside.in
index baa908f50..f13133317 100644
--- a/rules/pyside.in
+++ b/rules/pyside.in
@@ -1,4 +1,6 @@
-## SECTION=qt
+## SECTION=staging
+## old section:
+### SECTION=qt
config PYSIDE
tristate
@@ -9,3 +11,6 @@ config PYSIDE
help
PySide provides Python bindings for the Qt cross-platform
application and UI framework.
+
+ STAGING: remove in ptxdist-2020.09.0
+ Old version, broken download and obsolete.