summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-09-01 08:55:23 -0400
committerGuillaume Horel2021-09-01 08:55:23 -0400
commit334d33f4d1315957ea24eca5db5c1d17a2e5dda0 (patch)
tree7e371daaf43fd54cf2f62646705af80c368b3caf
parent8d9e5fb1f604a006b5badc34f1ab8de62a0cf9ae (diff)
downloadaur-python-dash-core-components.tar.gz
fix checkdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9393fe48b1..e935b4f07a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = python-dash-core-components
url = https://plot.ly/products/dash
arch = any
license = MIT
- checkdepends = python-dash
makedepends = python-setuptools
depends = python
source = https://pypi.org/packages/source/d/dash_core_components/dash_core_components-1.17.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2311337b4e2e..d51b1886efaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Dash UI core components suite"
arch=('any')
url="https://plot.ly/products/dash"
license=('MIT')
-checkdepends=('python-dash')
+checkdepends=()
depends=('python')
optdepends=()
makedepends=('python-setuptools')