summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-07-03 10:53:20 -0400
committerAndrew Sun2022-07-03 10:53:20 -0400
commit932cc7599bdb3cda6c243a9701147b8a178d700c (patch)
tree9eb678314cdd0650290e58ab839a6fdf38dd1473 /PKGBUILD
parentef6971f4dd3369ab8391739ea88757aaef9a67de (diff)
downloadaur-932cc7599bdb3cda6c243a9701147b8a178d700c.tar.gz
remove python-cryptodome from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e66c9a040dec..7585a9fa3d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="a bi-directional ping utility"
arch=('any')
url="https://www.finnie.org/software/2ping/"
license=("GPL2")
-depends=('python-dnspython' 'python-netifaces' 'python-pycryptodome'
+depends=('python-dnspython' 'python-netifaces'
'python-pycryptodomex' 'python-distro' 'python-systemd')
makedepends=('python-setuptools')
optdepends=('bash-completion: for bash auto-completion')