summarylogtreecommitdiffstats
path: root/remove-bin-package.patch
diff options
context:
space:
mode:
authorCarl Smedstad2023-03-12 15:06:46 +0100
committerCarl Smedstad2023-03-12 15:07:12 +0100
commit4900556e246861e5871d19bd61bf536883958540 (patch)
tree2550466a8b235afe796ed169845981e2ac9efb76 /remove-bin-package.patch
parent63765e72cc1d45bff3b8554444411489cdc143a4 (diff)
downloadaur-4900556e246861e5871d19bd61bf536883958540.tar.gz
Remove redundant Python package bin
Diffstat (limited to 'remove-bin-package.patch')
-rw-r--r--remove-bin-package.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/remove-bin-package.patch b/remove-bin-package.patch
new file mode 100644
index 000000000000..e77e596a4cfa
--- /dev/null
+++ b/remove-bin-package.patch
@@ -0,0 +1,12 @@
+diff --unified --recursive --text aesara-rel-2.8.12.orig/pyproject.toml aesara-rel-2.8.12/pyproject.toml
+--- aesara-rel-2.8.12.orig/pyproject.toml 2023-03-12 15:03:30.366282899 +0100
++++ aesara-rel-2.8.12/pyproject.toml 2023-03-12 15:03:47.376336270 +0100
+@@ -95,7 +95,7 @@
+ ]
+
+ [tool.hatch.build.targets.wheel]
+-packages = ["aesara", "bin"]
++packages = ["aesara"]
+
+ [tool.coverage.run]
+ omit = [