summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-06-22 15:17:07 +0300
committerJordan Petridis <jpetridis@gnome.org>2020-06-22 15:17:07 +0300
commit92c71ba90eb781af0eeac59661896952f0b7eb48 (patch)
tree302f1e3cad7d22f18e228330bc1f0c3d7726e6ab /flatpak
parent742c05c70c03c550f743d093826d950e8768b358 (diff)
downloadtotem-92c71ba90eb781af0eeac59661896952f0b7eb48.tar.gz
Flatpak: update dbus-python version so it builds again
Looks like the recent update to python 3.8 has caused it to stop compilling ``` /usr/lib/gcc/x86_64-unknown-linux-gnu/10.1.0/../../../../x86_64-unknown-linux-gnu/bin/ld: test/test_test_import_repeatedly-import-repeatedly.o: in function `main': /tmp/pip-install-opubo76x/dbus-python/test/import-repeatedly.c:10: undefined reference to `Py_Initialize' /usr/lib/gcc/x86_64-unknown-linux-gnu/10.1.0/../../../../x86_64-unknown-linux-gnu/bin/ld: /tmp/pip-install-opubo76x/dbus-python/test/import-repeatedly.c:11: undefined reference to `PyRun_SimpleStringFlags' /usr/lib/gcc/x86_64-unknown-linux-gnu/10.1.0/../../../../x86_64-unknown-linux-gnu/bin/ld: /tmp/pip-install-opubo76x/dbus-python/test/import-repeatedly.c:12: undefined reference to `Py_Finalize' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1261: test/test-import-repeatedly] Error 1 make[1]: Leaving directory '/tmp/pip-install-opubo76x/dbus-python/build/temp.linux-x86_64-3.8' make: *** [Makefile:971: all] Error 2 make: Leaving directory '/tmp/pip-install-opubo76x/dbus-python/build/temp.linux-x86_64-3.8' Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-opubo76x/dbus-python/setup.py", line 83, in <module> setup( File "/usr/lib/python3.8/site-packages/setuptools/__init__.py", line 161, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.8/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 223, in run self.run_command('build') File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/tmp/pip-install-opubo76x/dbus-python/setup.py", line 67, in run subprocess.check_call(['make', '-C', builddir] + make_args) File "/usr/lib/python3.8/subprocess.py", line 364, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', '-C', '/tmp/pip-install-opubo76x/dbus-python/build/temp.linux-x86_64-3.8', 'pythondir=/tmp/pip-install-opubo76x/dbus-python/build/lib.linux-x86_64-3.8', 'pyexecdir=/tmp/pip-install-opubo76x/dbus-python/build/lib.linux-x86_64-3.8']' returned non-zero exit status 2. ---------------------------------------- ERROR: Failed building wheel for dbus-python ```
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.Devel.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 25023aa99..212f42dce 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -293,8 +293,8 @@
"sources": [
{
"type": "file",
- "url": "https://pypi.python.org/packages/ad/1b/76adc363212c642cabbf9329457a918308c0b9b5d38ce04d541a67255174/dbus-python-1.2.4.tar.gz",
- "sha256": "e2f1d6871f74fba23652e51d10873e54f71adab0525833c19bad9e99b1b2f9cc"
+ "url": "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz",
+ "sha256": "11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4"
}
]
},