summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-05-01 12:25:09 -0700
committerDonald Webster2022-05-01 12:25:09 -0700
commitfc7e6018981d78dd6338fcdbcc82b7bafff00f0d (patch)
tree285751401ea9ce3167a8e4d93828c913bf548c58
parent82f004f9d428efa605705d85d4a5f75563291c34 (diff)
downloadaur-fc7e6018981d78dd6338fcdbcc82b7bafff00f0d.tar.gz
Remove pyinstaller depends based on @MarsSeed comment.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db7c8d1a82e9..40e1576ae044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = mylar3
arch = any
license = GPL3
depends = python
- depends = pyinstaller
depends = python-apscheduler
depends = python-beautifulsoup4
depends = python-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index 1a3cfa3c55ec..2256960ef5c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="https://github.com/mylar3/mylar3"
license=('GPL3')
depends=(
'python'
- 'pyinstaller'
'python-apscheduler'
'python-beautifulsoup4'
'python-cfscrape'