summaryrefslogtreecommitdiff
path: root/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-28 06:15:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-28 06:15:15 +0000
commitbdb61b01003313ecfce70b8167ecdfb002c1d567 (patch)
tree00e69a7eee88a56f9f53bca5e45cd559b97e7704 /dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch
parent074bd56693f106fd6a9ed2e6e44cfa50dff79e83 (diff)
downloadbaldeagleos-repo-bdb61b01003313ecfce70b8167ecdfb002c1d567.tar.gz
baldeagleos-repo-bdb61b01003313ecfce70b8167ecdfb002c1d567.tar.xz
baldeagleos-repo-bdb61b01003313ecfce70b8167ecdfb002c1d567.zip
Adding metadata
Diffstat (limited to 'dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch')
-rw-r--r--dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch b/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch
deleted file mode 100644
index fba3f395812c..000000000000
--- a/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-meson_pure.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/meson.build
-+++ b/meson.build
-@@ -6,7 +6,7 @@
- default_options: [
- 'warning_level=2'
- ],
-- meson_version: '>=0.63.0'
-+ meson_version: '>=0.64.0'
- )
-
- cpp = meson.get_compiler('cpp')
-@@ -69,7 +69,7 @@
- endif # Platform detection
-
- pymod = import('python')
--python = pymod.find_installation(get_option('python'), required: true)
-+python = pymod.find_installation(get_option('python'), required: true, pure: false)
-
- # Generate _rtmidi extension source
- subdir('src')
---- a/rtmidi/meson.build
-+++ b/rtmidi/meson.build
-@@ -78,6 +78,5 @@
- python.install_sources(
- python_sources,
- version_py,
-- pure: true,
- subdir: 'rtmidi',
- )