summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-03-27 13:27:07 -0600
committerM. Greyson Christoforo2024-03-27 13:27:07 -0600
commit871cbdb4397507e5c596e104bc524714684377da (patch)
tree0a182a4902abfcbf6ed51a5dbc21cc57e3d4ff7d
parent389ae685e77f42f2777ae850ac218dc4bceb7a4d (diff)
downloadaur-python-ezdxf.tar.gz
fix deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fadd3734f2b..ba365b5756b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = python-ezdxf
depends = python-typing_extensions
depends = python-pyparsing
depends = python-numpy
- depends = python
depends = python-fonttools
source = python-ezdxf-1.2.0.tar.gz::https://github.com/mozman/ezdxf/archive/v1.2.0.tar.gz
sha256sums = 199c9cb37029f212b8d0fff258e5daa44623e89fe231bc10117bec02c7f2a09c
diff --git a/PKGBUILD b/PKGBUILD
index 1d735e519945..04d1bf16e894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ depends=(
python-typing_extensions
python-pyparsing
python-numpy
-python
python-fonttools
)
makedepends=(