diff options
author | Tomislav Ivek | 2024-06-14 19:51:33 +0200 |
---|---|---|
committer | Tomislav Ivek | 2024-06-14 19:51:33 +0200 |
commit | c92cd7303369f50c6cd1cc1262bc0dbb5eaf2842 (patch) | |
tree | 559f701c2e1632e7aadc3de78d2e291062e3f13e | |
parent | 319aa7278d8fead7038ff55fcd5dff5f1ee8ab7b (diff) | |
download | aur-c92cd7303369f50c6cd1cc1262bc0dbb5eaf2842.tar.gz |
add missing python-setuptools from makedepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ pkgbase = conan pkgdesc = A distributed, open source, C/C++ package manager. pkgver = 2.4.1 - pkgrel = 1 + pkgrel = 2 url = https://conan.io arch = any license = MIT + makedepends = python-setuptools makedepends = python-build makedepends = python-installer makedepends = python-wheel @@ -3,12 +3,12 @@ pkgname=('conan') pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A distributed, open source, C/C++ package manager." arch=('any') url="https://conan.io" license=('MIT') -makedepends=('python-build' 'python-installer' 'python-wheel' 'patch') +makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'patch') depends=('sqlite' 'python-requests>=2.25' 'python-urllib3>=1.26.6' |