summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')