summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Kubernát2023-11-27 10:38:21 +0100
committerVáclav Kubernát2023-11-27 10:38:42 +0100
commit2a958c91949781e38a7259a2faba222056bd9072 (patch)
treeb6681073be46a191c1c33834bcab5ed5853e4c89
parent073b8890b25656b598f03871f3f159986bc7b3f0 (diff)
downloadaur-2a958c91949781e38a7259a2faba222056bd9072.tar.gz
Add python-setuptools deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16f7c8a7f86f..33f350b004c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pyshv-git
pkgdesc = Python implementation of CPON, Chainpack and SHV RPC
pkgver = r159.55379a9
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/elektroline-predator/pyshv
arch = any
license = MIT
makedepends = git
makedepends = python-build
+ makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
makedepends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index fdc22b0d279a..1f635b8f14d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=pyshv-git
_gitname=pyshv
pkgver=r159.55379a9
-pkgrel=1
+pkgrel=2
pkgdesc='Python implementation of CPON, Chainpack and SHV RPC'
url='https://gitlab.com/elektroline-predator/pyshv'
arch=('any')
license=('MIT')
depends=('python-pyserial-asyncio' 'python-aioserial' 'python-dateutil')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-pytest' 'python-pytest-asyncio' 'libshv')
+makedepends=('git' 'python-build' 'python-setuptools' 'python-installer' 'python-wheel' 'python-pytest' 'python-pytest-asyncio' 'libshv')
conflicts=('pyshv' 'pyshv-git')
provides=('pyshv')
source=('git+https://gitlab.com/elektroline-predator/pyshv.git')