diff options
author | Christopher Baines <mail@cbaines.net> | 2020-05-02 12:00:11 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-05-02 15:47:46 +0100 |
commit | 20d7dbc77a2b0ed379c0a595daf8d7f852ef3a4c (patch) | |
tree | 8b488de30238fdac476189a1ac0bdedb1ee436cd /gnu/local.mk | |
parent | 48a168ff9712c42c127f8bee45a45ba2f7df28f7 (diff) | |
download | patches-20d7dbc77a2b0ed379c0a595daf8d7f852ef3a4c.tar patches-20d7dbc77a2b0ed379c0a595daf8d7f852ef3a4c.tar.gz |
gnu: python-gst: Fix build with Python 3.8.
Add a patch based on an upstream commit [1].
1: 10707f437f2fc3632067c6a0efa4432f7ebaf362
* gnu/packages/patches/python-gst-fix-build-with-python-3.8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gstreamer.scm (python-gst)[source]: Use the patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0111ae2161..acfc5cec4d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1394,6 +1394,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-flask-restful-werkzeug-compat.patch \ + %D%/packages/patches/python-gst-fix-build-with-python-3.8.patch \ %D%/packages/patches/python-keras-integration-test.patch \ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \ %D%/packages/patches/python-pyfakefs-remove-bad-test.patch \ |