summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthijs Tadema2019-06-05 14:03:46 +0200
committerMatthijs Tadema2019-06-05 14:03:46 +0200
commit8efa550a06882e2c7039d2d08898ec32b4625a82 (patch)
tree3021f5c2d6aaf1136425ab0267ae7b22f8d3252d
parent01d811b91d33d036b19e9920b43b0ea2a7db2f74 (diff)
downloadaur-8efa550a06882e2c7039d2d08898ec32b4625a82.tar.gz
Removed python as makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684cef12827e..b8f0fbe488e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = martinize-git
url = https://github.com/marrink-lab/vermouth-martinize
arch = any
license = Apache
- makedepends = python>=3.5
depends = python>=3.5
source = martinize-git_0.1.0::git+https://github.com/marrink-lab/vermouth-martinize.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1fcb7923f72..18c9fa14ab51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/marrink-lab/vermouth-martinize"
license=('Apache')
depends=('python>=3.5')
-makedepends=('python>=3.5')
+makedepends=()
checkdepends=()
optdepends=()
provides=()