summarylogtreecommitdiffstats
path: root/fixbuild.patch
diff options
context:
space:
mode:
authorViktor Drobot2020-05-12 17:53:28 +0300
committerViktor Drobot2020-05-12 17:53:28 +0300
commitdde08d71f9149b5c8991080bb656eb0d0475fa24 (patch)
treeaff16257ee94cb35dcd524421cb99be42cf536cb /fixbuild.patch
downloadaur-dde08d71f9149b5c8991080bb656eb0d0475fa24.tar.gz
First release
Diffstat (limited to 'fixbuild.patch')
-rw-r--r--fixbuild.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/fixbuild.patch b/fixbuild.patch
new file mode 100644
index 000000000000..a392a2ffd8f8
--- /dev/null
+++ b/fixbuild.patch
@@ -0,0 +1,15 @@
+--- spec_files/Linux/Artemis.spec 2020-04-25 16:42:00.000000000 +0300
++++ spec_files/Linux/Artemis.spec 2020-05-12 16:28:16.470208875 +0300
+@@ -17,11 +17,11 @@
+
+ a = Analysis([SRC_PATH + 'artemis.py'], # noqa: 821
+ pathex=[os.getcwd()],
+ binaries=[],
+ datas=data_file,
+- hiddenimports=[],
++ hiddenimports=['packaging.requirements', 'pkg_resources.py2_warn'],
+ hookspath=[],
+ runtime_hooks=[],
+ excludes=[],
+ win_no_prefer_redirects=False,
+ win_private_assemblies=False,