Skip to content

Commit

Permalink
yeti: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 26, 2024
1 parent 7241437 commit b1dabe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yeti/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgdesc='A platform meant to organize observables, indicators of compromise, TTP
groups=('blackarch' 'blackarch-defensive' 'blackarch-recon')
arch=('any')
url='https://github.com/yeti-platform/yeti'
license=('APACHE')
license=('Apache')
depends=('python' 'python-chardet' 'python-click' 'python-click-plugins'
'python-colorama' 'python-cssselect' 'python-dnspython'
'python-docutils' 'python-flask' 'python-flask-classy' 'python-pytz'
Expand All @@ -20,7 +20,7 @@ depends=('python' 'python-chardet' 'python-click' 'python-click-plugins'
'python-kombu' 'python-libmagic' 'python-lxml' 'python-maclookup'
'python-markupsafe' 'python-maxminddb' 'python-mongoengine'
'python-packaging' 'python-pdfkit' 'python-psutil' 'python-celery'
'python-pdfminer' 'python-pygments' 'python-pymongo' 'redis' 'mogodb'
'python-pdfminer' 'python-pygments' 'python-pymongo' 'redis' 'mongodb'
'python-pyparsing' 'python-pysocks' 'python-dateutil' 'wkhtmltopdf'
'python-shodan' 'python-magic' 'python-readability-lxml' 'libxml2'
'python-redis' 'python-requests-file' 'python-simplejson'
Expand Down

0 comments on commit b1dabe3

Please sign in to comment.